invoke callback immediately after sending update command succesfully

This commit is contained in:
Andrzej Rybczak
2009-03-22 20:01:39 +01:00
parent ab265f2fdf
commit 9270a83a78
2 changed files with 5 additions and 1 deletions

View File

@@ -1061,7 +1061,6 @@ int main(int argc, char *argv[])
# endif // HAVE_TAGLIB_H
else
Mpd->UpdateDirectory("/");
Mpd->UpdateStatus();
}
else if (Keypressed(input, Key.GoToNowPlaying))
{