Order genres, so that comparison works
This commit is contained in:
committed by
craig.p.drummond
parent
84f6548263
commit
63c45d3640
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user