mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 05:20:13 +02:00
fix album list filters
This commit is contained in:
@@ -299,6 +299,7 @@ export const NavidromeController: InternalControllerEndpoint = {
|
||||
genre_id: genres,
|
||||
library_id: getLibraryId(query.musicFolderId),
|
||||
name: query.searchTerm,
|
||||
year: query.maxYear || query.minYear,
|
||||
...query._custom,
|
||||
starred: query.favorite,
|
||||
...excludeMissing(apiClientProps.server),
|
||||
|
||||
Reference in New Issue
Block a user