mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Increase number of "Shuffle All" songs
This commit is contained in:
parent
c4d1569441
commit
51b67d18d3
@ -14,7 +14,7 @@ export const ShuffleAllButton = ({ filters }) => {
|
||||
const handleOnClick = () => {
|
||||
dataProvider
|
||||
.getList('song', {
|
||||
pagination: { page: 1, perPage: 200 },
|
||||
pagination: { page: 1, perPage: 500 },
|
||||
sort: { field: 'random', order: 'ASC' },
|
||||
filter: filters,
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user