diff options
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/mpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index e7f92c7..ffc3e13 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -81,10 +81,10 @@ group "jozan" # # For network #bind_to_address "any" -# bind_to_address "localhost" +bind_to_address "localhost" # # And for Unix Socket -bind_to_address "/usr/home/jozan/.local/share/mpd/socket" +# bind_to_address "/usr/home/jozan/.local/share/mpd/socket" # # This setting is the TCP port that is desired for the daemon to get assigned # to. |