mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 10:23: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,
|
id: query.id,
|
||||||
},
|
},
|
||||||
query: {
|
query: {
|
||||||
_end: query.limit,
|
_end: query.startIndex + (query.limit || -1),
|
||||||
_order: query.sortOrder ? sortOrderMap.navidrome[query.sortOrder] : 'ASC',
|
_order: query.sortOrder ? sortOrderMap.navidrome[query.sortOrder] : 'ASC',
|
||||||
_sort: query.sortBy
|
_sort: query.sortBy
|
||||||
? songListSortMap.navidrome[query.sortBy]
|
? songListSortMap.navidrome[query.sortBy]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue