diff --git a/src/outputs.cpp b/src/outputs.cpp index a7096c9e..22171854 100644 --- a/src/outputs.cpp +++ b/src/outputs.cpp @@ -86,6 +86,8 @@ void Outputs::EnterPressed() if (Mpd.EnableOutput(w->Choice())) ShowMessage("Output \"%s\" enabled", w->Current().first.c_str()); } + if (!Mpd.SupportsIdle()) + FetchList(); } void Outputs::MouseButtonPressed(MEVENT me)