Order genres, so that comparison works

This commit is contained in:
craig.p.drummond
2014-06-17 16:53:17 +00:00
committed by craig.p.drummond
parent 84f6548263
commit 63c45d3640
3 changed files with 11 additions and 0 deletions

View File

@@ -318,6 +318,7 @@ Song MPDParseUtils::parseSong(const QList<QByteArray> &lines, Location location)
if (Loc_Library==location) {
song.guessTags();
song.fillEmptyFields();
song.orderGenres();
} else if (Loc_Streams==location) {
song.setName(getAndRemoveStreamName(song.file));
} else {