Use differnt album 'keys' for playqueue, and playlist. When Moopidy is used, its possible there might be *lots* of differnt keys - and we can reset the playqueue keys when the playqueue is cleared.
This commit is contained in:
committed by
craig.p.drummond
parent
5199d2f6e7
commit
b51476ccc4
@@ -320,7 +320,7 @@ Song MPDParseUtils::parseSong(const QByteArray &data, Location location)
|
||||
// HTTP server, and OnlineServices, modify the path. But this then messes up
|
||||
// undo/restore of playqueue. Therefore, set path back to original value...
|
||||
song.file=origFile;
|
||||
song.setKey();
|
||||
song.setKey(location);
|
||||
}
|
||||
return song;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user