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:
craig.p.drummond
2014-01-22 19:30:52 +00:00
committed by craig.p.drummond
parent 5199d2f6e7
commit b51476ccc4
6 changed files with 31 additions and 14 deletions

View File

@@ -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;
}