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

@@ -305,8 +305,6 @@ void NcmpcppStatusChanged(MPD::Connection *, MPD::StatusChanges changed, void *)
else
myLibrary->Tags->clear();
}
if (myPlaylistEditor->Main())
myPlaylistEditor->Content->clear();
changed.DBUpdating = 1;
}
if (changed.PlayerState)