qml: fix wrong artist being loaded when artist view is not alphabetical
we can't rely on index to refer to an item across views as the ordering of the model is not stable across the views. This MR uses the artist MLId to set which subview should be loaded fix: #28556
Showing
- modules/gui/qt/medialibrary/qml/MusicAllArtists.qml 5 additions, 3 deletionsmodules/gui/qt/medialibrary/qml/MusicAllArtists.qml
- modules/gui/qt/medialibrary/qml/MusicArtist.qml 31 additions, 3 deletionsmodules/gui/qt/medialibrary/qml/MusicArtist.qml
- modules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml 2 additions, 2 deletionsmodules/gui/qt/medialibrary/qml/MusicArtistDelegate.qml
- modules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml 32 additions, 5 deletionsmodules/gui/qt/medialibrary/qml/MusicArtistsAlbums.qml
- modules/gui/qt/medialibrary/qml/MusicArtistsDisplay.qml 3 additions, 3 deletionsmodules/gui/qt/medialibrary/qml/MusicArtistsDisplay.qml
Loading
Please register or sign in to comment