From 7efb683512712bf5d1bdbb4baa1e5047acb65700 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 12 May 2022 09:26:05 +0200 Subject: mpd rework on localhost --- .config/mpd/mpd.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/mpd/mpd.conf') diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index cd684e6..95b844d 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -81,11 +81,11 @@ group "jozan" # # For network # bind_to_address "any" -# bind_to_address "localhost" -bind_to_address "192.168.1.79" +bind_to_address "localhost" +# bind_to_address "192.168.1.79" # # 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. -- cgit v1.2.3