Add required prop order in random album list. Fix #957
This commit is contained in:
parent
d0d18e8512
commit
0cb7d3853f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue