Increase number of "Shuffle All" songs
This commit is contained in:
parent
c4d1569441
commit
51b67d18d3
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export const ShuffleAllButton = ({ filters }) => {
|
||||||
const handleOnClick = () => {
|
const handleOnClick = () => {
|
||||||
dataProvider
|
dataProvider
|
||||||
.getList('song', {
|
.getList('song', {
|
||||||
pagination: { page: 1, perPage: 200 },
|
pagination: { page: 1, perPage: 500 },
|
||||||
sort: { field: 'random', order: 'ASC' },
|
sort: { field: 'random', order: 'ASC' },
|
||||||
filter: filters,
|
filter: filters,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue