Fixed bug that made "now playing" not query for metadata sometimes.

This commit is contained in:
Daniel Önnerby 2008-05-11 21:47:29 +00:00
parent a822298c61
commit 12a861140e

View File

@ -224,6 +224,7 @@ void Standard::RemoveRequestedMetakey(const char* metakey){
void Standard::CopyTracks(musik::core::tracklist::IRandomAccess &tracklist){
if(this!=&tracklist){ // Do not copy to itself
this->trackCache.clear();
this->SetLibrary(tracklist.Library());
this->tracks.clear();
this->tracks.reserve(tracklist.Size());