use flag to force status update rather than doing additional update

This commit is contained in:
Andrzej Rybczak
2009-04-01 16:15:19 +02:00
parent 89c06db1f4
commit 7f85a0dcd1
4 changed files with 22 additions and 18 deletions

View File

@@ -119,7 +119,7 @@ void Playlist::EnterPressed()
if (!w->Empty())
{
Mpd->PlayID(w->Current().GetID());
Mpd->UpdateStatus();
UpdateStatusImmediately = 1;
}
}