Fix problem introduced with commit 475d5db where genres and composers don't get sorted

This commit is contained in:
ejurgensen
2015-05-26 21:10:28 +02:00
parent 79cdfebf34
commit 8dd1e0fde2
4 changed files with 20 additions and 28 deletions

View File

@@ -23,6 +23,10 @@ enum sort_type {
S_ARTIST,
S_PLAYLIST,
S_YEAR,
S_GENRE,
S_COMPOSER,
S_DISC,
S_TRACK,
};
#define Q_F_BROWSE (1 << 15)