mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
refactor navidrome-types
This commit is contained in:
parent
6eecc3c0fd
commit
22e4974191
2 changed files with 15 additions and 63 deletions
|
|
@ -224,7 +224,7 @@ const getAlbumDetail = async (args: AlbumDetailArgs): Promise<AlbumDetailRespons
|
|||
query: {
|
||||
_end: 0,
|
||||
_order: 'ASC',
|
||||
_sort: 'album',
|
||||
_sort: NDSongListSort.ALBUM,
|
||||
_start: 0,
|
||||
album_id: [query.id],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue