do not clear playlists content, make idle notifications take care of it

This commit is contained in:
Andrzej Rybczak
2012-09-04 22:57:58 +02:00
parent a351d07eff
commit bf3a7a7715
2 changed files with 0 additions and 5 deletions

View File

@@ -1062,10 +1062,7 @@ void Add::Run()
Statusbar() << "Adding...";
wFooter->refresh();
if (myScreen == myPlaylistEditor)
{
Mpd.AddToPlaylist(myPlaylistEditor->Playlists->current().value(), path);
myPlaylistEditor->Content->clear(); // make it refetch content of playlist
}
else
{
const char lastfm_url[] = "lastfm://";