Skip to content

Commit

Permalink
fix artist discography year filter (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgarner7 authored Oct 17, 2023
1 parent f6667a3 commit 1a948ab
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

1 comment on commit 1a948ab

@vercel
Copy link

@vercel vercel bot commented on 1a948ab Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feishin – ./

feishin-jeffvli.vercel.app
feishin.vercel.app
feishin-git-development-jeffvli.vercel.app

Please sign in to comment.