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