mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +00:00
Fixed bug that made "now playing" not query for metadata sometimes.
This commit is contained in:
parent
a822298c61
commit
12a861140e
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user