Add required prop order in random album list. Fix #957
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
||||
icon: AlbumIcon,
|
||||
params: 'sort=name&order=ASC',
|
||||
},
|
||||
random: { icon: ShuffleIcon, params: 'sort=random' },
|
||||
random: { icon: ShuffleIcon, params: 'sort=random&order=ASC' },
|
||||
...(config.enableFavourites && {
|
||||
starred: {
|
||||
icon: FavoriteIcon,
|
||||
|
||||
Reference in New Issue
Block a user