Commits on Source (2)
-
The view in MusicArtistsAlbums was incorrectly trying to sort Albums from an Artist by "Album" which would resort to sorting them by releasing date. This commit change the sorting order for "title" to "alphabetical", matching it with how the roleToCriteria defines the order: case ALBUM_TITLE: return VLC_ML_SORTING_ALPHA; Fixes: #28505
f4a2f119 -
By this commit Albums in MusicArtistsAlbums are now sort wrt Release Year with no Default fallback sort criteria warnings.
5cd2d7ae