fix(ui): fix play queue for play button and context menus (#3559)
This commit is contained in:
@@ -21,7 +21,7 @@ export const PlayButton = ({ record, size, className }) => {
|
||||
dataProvider
|
||||
.getList('song', {
|
||||
pagination: { page: 1, perPage: -1 },
|
||||
sort: { field: 'trackNumber', order: 'ASC' },
|
||||
sort: { field: 'album', order: 'ASC' },
|
||||
filter: {
|
||||
album_id: record.id,
|
||||
release_date: record.releaseDate,
|
||||
|
||||
Reference in New Issue
Block a user