fetch status from mpd immediately after clearing playlist

This commit is contained in:
Andrzej Rybczak
2009-06-10 18:12:49 +02:00
parent f6d9be350c
commit 1d37102947

View File

@@ -1662,6 +1662,7 @@ int main(int argc, char *argv[])
} }
ShowMessage("Cleared playlist!"); ShowMessage("Cleared playlist!");
} }
UpdateStatusImmediately = 1;
} }
else if (Keypressed(input, Key.SortPlaylist) && myScreen == myPlaylist) else if (Keypressed(input, Key.SortPlaylist) && myScreen == myPlaylist)
{ {