always poll mpd twice per second

This commit is contained in:
Andrzej Rybczak
2009-03-22 15:10:04 +01:00
parent b58864e682
commit cf3746f301
3 changed files with 32 additions and 5 deletions

View File

@@ -115,7 +115,10 @@ std::string Playlist::Title()
void Playlist::EnterPressed()
{
if (!w->Empty())
{
Mpd->PlayID(w->Current().GetID());
Mpd->UpdateStatus();
}
}
void Playlist::SpacePressed()