Refresh albums view when multiple-artist grouping is changed.

This commit is contained in:
craig.p.drummond@gmail.com
2013-06-13 11:29:34 +00:00
parent a66853b49c
commit 02c45db8b8
2 changed files with 2 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
there is more than 1 server on the same host.
44. Fix retrieval of covers in albums view for multiple-artist albums when
these are configured to be grouped under "Various Artists"
45. Refresh albums view when multiple-artist grouping is changed.
1.0.3
-----

View File

@@ -879,6 +879,7 @@ void MusicLibraryModel::toggleGrouping()
beginResetModel();
rootItem->toggleGrouping();
endResetModel();
AlbumsModel::self()->update(rootItem);
}
QList<Song> MusicLibraryModel::getAlbumTracks(const Song &s) const