outputs: update list after changing output if idle mode is not active

This commit is contained in:
Andrzej Rybczak
2010-05-30 00:05:19 +02:00
parent ec9017d5a2
commit fe6106f222

View File

@@ -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)