Check correct set!

This commit is contained in:
craig
2012-03-08 15:54:49 +00:00
committed by craig
parent b908386f01
commit a40de3b997

View File

@@ -583,7 +583,7 @@ QSet<quint16> PlayQueueModel::updatePlaylist(const QList<Song> &songList, QSet<q
ids=newIds;
endResetModel();
if (grouped && !ids.isEmpty()) {
if (grouped && !controlledIds.isEmpty()) {
foreach (const Song &s, songs) {
if (controlledIds.contains(s.id)) {
keys.insert(s.key);