From d31d0d4c5bc458b87eb2ec231b506d206b70f83f Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 24 Aug 2025 02:54:56 -0400 Subject: fixed mpd bug where it would not resume playback upon skip --- mpd.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mpd.nix') diff --git a/mpd.nix b/mpd.nix index 176600e..6ded434 100644 --- a/mpd.nix +++ b/mpd.nix @@ -6,6 +6,10 @@ playlistDirectory = "${config.home.homeDirectory}/.playlists"; extraConfig = '' auto_update "yes" + audio_output { + type "pulse" + name "PipeWire Output" + } ''; }; } -- cgit v1.3.1