mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
fix artist discography year filter (#299)
This commit is contained in:
@@ -152,11 +152,11 @@ export const NavidromeAlbumFilters = ({
|
|||||||
customFilters,
|
customFilters,
|
||||||
data: {
|
data: {
|
||||||
_custom: {
|
_custom: {
|
||||||
|
...filter._custom,
|
||||||
navidrome: {
|
navidrome: {
|
||||||
...filter._custom?.navidrome,
|
...filter._custom?.navidrome,
|
||||||
year: e === '' ? undefined : (e as number),
|
year: e === '' ? undefined : (e as number),
|
||||||
},
|
},
|
||||||
...filter._custom,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
itemType: LibraryItem.ALBUM,
|
itemType: LibraryItem.ALBUM,
|
||||||
|
|||||||
Reference in New Issue
Block a user