mpd: Fix audio output being incorrectly detected as alsa

This fixes an issue where previously one would have to pause and play
audio tracks in order for them to play properly.

Upstream issue: https://github.com/MusicPlayerDaemon/MPD/issues/1649
This commit is contained in:
Donovan Glover 2024-07-22 20:44:41 -04:00
parent a364b76da2
commit f32213f896
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -14,6 +14,11 @@ in
inherit musicDirectory;
extraConfig = ''
audio_output {
type "pipewire"
name "PipeWire Sound Server"
}
auto_update "yes"
'';
};