mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Fix songs pagination param in AlbumContextMenu
This commit is contained in:
parent
b002a69bf8
commit
9b2d91c0f2
@ -48,7 +48,7 @@ const AlbumContextMenu = (props) => {
|
||||
const key = e.target.getAttribute('value')
|
||||
dataProvider
|
||||
.getList('albumSong', {
|
||||
pagination: { page: 0, perPage: 1000 },
|
||||
pagination: { page: 1, perPage: -1 },
|
||||
sort: { field: 'trackNumber', order: 'ASC' },
|
||||
filter: { album_id: props.id },
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user