refactor navidrome-types

This commit is contained in:
Kendall Garner 2024-09-18 20:43:35 -07:00
parent 6eecc3c0fd
commit 22e4974191
No known key found for this signature in database
GPG key ID: 18D2767419676C87
2 changed files with 15 additions and 63 deletions

View file

@ -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],
},