Increase number of "Shuffle All" songs

This commit is contained in:
Deluan 2022-12-03 20:54:23 -05:00 committed by Joe Stump
parent eb6b407a34
commit 1efc698744
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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,
})