Add group by format

This commit is contained in:
Jonas Kvinge
2019-03-30 22:03:33 +01:00
parent b51026a2ee
commit 7da79dabdf
7 changed files with 315 additions and 229 deletions

View File

@@ -100,7 +100,8 @@ class CollectionModel : public SimpleTreeModel<CollectionItem> {
GroupBy_OriginalYearAlbum = 13,
GroupBy_OriginalYear = 14,
GroupBy_Samplerate = 15,
GroupBy_Bitdepth = 16
GroupBy_Bitdepth = 16,
GroupBy_Format = 17
};
struct Grouping {