diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-08-13 10:36:28 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-08-13 10:36:28 -0500 |
commit | e7a643fd1d61960d0bd18fbcd4175b5676a4911a (patch) | |
tree | 0e6d2a93ad8869ff15721a4577dca2107e4c2998 /mpd | |
parent | 7c13b751d2001c3ec8bbd4b22e4716267d3cd3e3 (diff) | |
parent | c0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff) |
Merge branch 'master' into mac
Diffstat (limited to 'mpd')
-rw-r--r-- | mpd/mpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpd/mpd.conf b/mpd/mpd.conf index 755f1c8..6fdf1b0 100644 --- a/mpd/mpd.conf +++ b/mpd/mpd.conf @@ -79,7 +79,7 @@ sticker_file "~/.config/mpd/sticker.sql" # systemd socket activiation is in use. # # For network -# bind_to_address "127.0.0.1" +bind_to_address "127.0.0.1" # # And for Unix Socket bind_to_address "~/.config/mpd/socket" |