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

master
Andrzej Rybczak 16 years ago
parent ec9017d5a2
commit fe6106f222
  1. 2
      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)

Loading…
Cancel
Save