@@ -, +, @@ --- src/outputs.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) --- a/src/outputs.cpp +++ a/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) --