diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-16 18:24:01 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-16 18:24:01 -0800 |
commit | 2a4a4e2c42257bb25789ec3be6bc5a88f0eab7b5 (patch) | |
tree | b3cf871d924e1ba6e8a790dd6dc8910e03083865 /nix/modules/home/mpd.nix | |
parent | 6f86d8f277229c41a5d5f45e6a8e9dd36d4e16a8 (diff) |
Diffstat (limited to 'nix/modules/home/mpd.nix')
-rw-r--r-- | nix/modules/home/mpd.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/modules/home/mpd.nix b/nix/modules/home/mpd.nix index 434387c..087b19a 100644 --- a/nix/modules/home/mpd.nix +++ b/nix/modules/home/mpd.nix @@ -21,8 +21,8 @@ # quality "5.0" # do not define if bitrate is defined bitrate "128000" # do not define if quality is defined format "48000:16:1" - always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped. - tags "yes" # httpd supports sending tags to listening streams. + always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped. + tags "yes" # httpd supports sending tags to listening streams. } ''; }; |