CollectionModel: Use song sort text if any group by is set to album

Fixes #1573
This commit is contained in:
Jonas Kvinge
2024-10-06 14:39:14 +02:00
parent c58207dd2f
commit a8d1bf7e73
2 changed files with 16 additions and 1 deletions

View File

@@ -201,6 +201,8 @@ class CollectionModel : public SimpleTreeModel<CollectionItem> {
bool CompareItems(const CollectionItem *a, const CollectionItem *b) const;
bool HasParentAlbumGroupBy(CollectionItem *item) const;
Q_SIGNALS:
void TotalSongCountUpdated(const int count);
void TotalArtistCountUpdated(const int count);