Add required prop `order` in random album list. Fix #957

This commit is contained in:
Deluan 2021-04-01 23:14:59 -04:00
parent d0d18e8512
commit 0cb7d3853f
1 changed files with 1 additions and 1 deletions

View File

@ -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,