mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
refactor navidrome-types
This commit is contained in:
@@ -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],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user