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