do not fetch mpd_Stats from mpd as it's unneded

This commit is contained in:
Andrzej Rybczak
2009-03-22 17:52:27 +01:00
parent ffbcfb7e18
commit ab265f2fdf
3 changed files with 20 additions and 37 deletions

View File

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