Fix QuickFilter by favourites in Album/All view
This commit is contained in:
parent
986473393f
commit
cbc4cb483d
1 changed files with 3 additions and 3 deletions
|
|
@ -23,11 +23,11 @@ export default {
|
||||||
activeIcon={AlbumIcon}
|
activeIcon={AlbumIcon}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
params: 'sort=name&order=ASC',
|
params: 'sort=name&order=ASC&filter={}',
|
||||||
},
|
},
|
||||||
random: {
|
random: {
|
||||||
icon: <ShuffleIcon />,
|
icon: <ShuffleIcon />,
|
||||||
params: 'sort=random&order=ASC',
|
params: 'sort=random&order=ASC&filter={}',
|
||||||
},
|
},
|
||||||
...(config.enableFavourites && {
|
...(config.enableFavourites && {
|
||||||
starred: {
|
starred: {
|
||||||
|
|
@ -61,7 +61,7 @@ export default {
|
||||||
activeIcon={LibraryAddIcon}
|
activeIcon={LibraryAddIcon}
|
||||||
/>
|
/>
|
||||||
),
|
),
|
||||||
params: 'sort=recently_added&order=DESC',
|
params: 'sort=recently_added&order=DESC&filter={}',
|
||||||
},
|
},
|
||||||
recentlyPlayed: {
|
recentlyPlayed: {
|
||||||
icon: (
|
icon: (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue