Skip to content

Commit

Permalink
fix artist discography year filter
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 committed Oct 13, 2023
1 parent 3675146 commit 7cc8fa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ export const NavidromeAlbumFilters = ({
customFilters,
data: {
_custom: {
...filter._custom,
navidrome: {
...filter._custom?.navidrome,
year: e === '' ? undefined : (e as number),
},
...filter._custom,
},
},
itemType: LibraryItem.ALBUM,
Expand Down

0 comments on commit 7cc8fa6

Please sign in to comment.