Fix Genre refresh when change grouping

This commit is contained in:
craig.p.drummond
2013-08-22 18:18:23 +00:00
parent 787e0b8aed
commit 1f1e87f509
7 changed files with 14 additions and 28 deletions

View File

@@ -568,14 +568,7 @@ MusicLibraryItemRoot * MPDParseUtils::parseLibraryItems(const QByteArray &data,
}
}
}
if (groupSingleTracks) {
rootItem->groupSingleTracks();
}
if (groupMultipleArtists) {
rootItem->groupMultipleArtists();
}
rootItem->applyGrouping();
return rootItem;
}