mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Support fetching song list by album id
This commit is contained in:
parent
b39d11c0cc
commit
c86b452c90
5 changed files with 15 additions and 1 deletions
|
|
@ -237,6 +237,7 @@ const getSongList = async (args: SongListArgs): Promise<NDSongList> => {
|
|||
_order: sortOrderMap.navidrome[query.sortOrder],
|
||||
_sort: songListSortMap.navidrome[query.sortBy],
|
||||
_start: query.startIndex,
|
||||
album_id: query.albumIds,
|
||||
title: query.searchTerm,
|
||||
...query.ndParams,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue