Change default grouping to album disc

This commit is contained in:
Jonas Kvinge
2020-06-07 23:36:37 +02:00
parent 436cdea4fd
commit 92d6fc3fad
4 changed files with 4 additions and 4 deletions

View File

@@ -241,7 +241,7 @@ void InternetSearchView::ReloadSettings() {
SetGroupBy(CollectionModel::Grouping(
CollectionModel::GroupBy(s.value("search_group_by1", int(CollectionModel::GroupBy_AlbumArtist)).toInt()),
CollectionModel::GroupBy(s.value("search_group_by2", int(CollectionModel::GroupBy_Album)).toInt()),
CollectionModel::GroupBy(s.value("search_group_by2", int(CollectionModel::GroupBy_AlbumDisc)).toInt()),
CollectionModel::GroupBy(s.value("search_group_by3", int(CollectionModel::GroupBy_None)).toInt())));
s.endGroup();