Switch ND song list parameter to album_artist_id

This commit is contained in:
jeffvli 2023-05-10 18:46:03 -07:00
parent 129515d57a
commit bdc3daf6da
2 changed files with 2 additions and 1 deletions

View file

@ -221,8 +221,8 @@ const getSongList = async (args: SongListArgs): Promise<SongListResponse> => {
_order: sortOrderMap.navidrome[query.sortOrder],
_sort: songListSortMap.navidrome[query.sortBy],
_start: query.startIndex,
album_artist_id: query.artistIds,
album_id: query.albumIds,
artist_id: query.artistIds,
title: query.searchTerm,
...query._custom?.navidrome,
},