Increase number of "Shuffle All" songs
This commit is contained in:
@@ -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,
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user