diff options
author | zachir <zachir@librem.one> | 2025-08-09 11:15:01 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-09 11:15:01 -0500 |
commit | 7d54dd4c6ab4b0edd5bd6733e9106b69f30aea5b (patch) | |
tree | 75cf1bc13cc63983af711f4624b83c99feffaa5a /mpd/mpd.conf | |
parent | 52abff2193929f931d82314b6235e6635c9f36c6 (diff) | |
parent | c0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff) |
Merge remote-tracking branch 'origin/master' into clacla
Diffstat (limited to 'mpd/mpd.conf')
-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" |