mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
fix navidrome getPlaylistSOngList end
This commit is contained in:
parent
3c99a662e8
commit
6e8ca7e035
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ export const NavidromeController: ControllerEndpoint = {
|
|||
id: query.id,
|
||||
},
|
||||
query: {
|
||||
_end: query.limit,
|
||||
_end: query.startIndex + (query.limit || -1),
|
||||
_order: query.sortOrder ? sortOrderMap.navidrome[query.sortOrder] : 'ASC',
|
||||
_sort: query.sortBy
|
||||
? songListSortMap.navidrome[query.sortBy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue