summaryrefslogtreecommitdiff
path: root/config/common/mpd
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-02 15:19:25 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-02 15:19:25 +0200
commit9b791ac8786eed2d242d0909dd2379f008952042 (patch)
tree403c08eb322e18d045606822911a7eb6036f0070 /config/common/mpd
parente614a330978ce7e7f6d130cc7d199150e16a409d (diff)
parent63c64f071ecd45cf66ab49d199a634cd8db27056 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/mpd')
-rw-r--r--config/common/mpd/mpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf
index 7ea7137..dda6f45 100644
--- a/config/common/mpd/mpd.conf
+++ b/config/common/mpd/mpd.conf
@@ -14,7 +14,7 @@ audio_output {
audio_output {
type "httpd"
name "My HTTP Stream"
- port "8000"
+ port "7721"
always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped.
tags "yes" # httpd supports sending tags to listening streams.
}