diff options
author | zachir <zachir@librem.one> | 2025-08-11 18:29:39 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-11 18:29:39 -0500 |
commit | da03a94471fbbbfed9a11083436b78602af869cd (patch) | |
tree | 3702172a3e23bfdf6f9d020bc5e8fe39cc1e4cd8 /mpd | |
parent | 9c809e3d3ac144f9e42c0c31b83dfe421dcb0497 (diff) | |
parent | c0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff) |
Merge remote-tracking branch 'origin/master' into cas
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" |