Increase number of "Shuffle All" songs

This commit is contained in:
Deluan
2022-12-03 20:54:23 -05:00
parent c4d1569441
commit 51b67d18d3
+1 -1
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,
})