mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Fix song list filter genres not loading
This commit is contained in:
parent
8029712b55
commit
f443c466b0
1 changed files with 2 additions and 0 deletions
|
|
@ -236,12 +236,14 @@ export const SongListHeaderFilters = ({ tableRef }: SongListHeaderFiltersProps)
|
||||||
<NavidromeSongFilters
|
<NavidromeSongFilters
|
||||||
customFilters={customFilters}
|
customFilters={customFilters}
|
||||||
pageKey={pageKey}
|
pageKey={pageKey}
|
||||||
|
serverId={server?.id}
|
||||||
onFilterChange={onFilterChange}
|
onFilterChange={onFilterChange}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : (
|
||||||
<JellyfinSongFilters
|
<JellyfinSongFilters
|
||||||
customFilters={customFilters}
|
customFilters={customFilters}
|
||||||
pageKey={pageKey}
|
pageKey={pageKey}
|
||||||
|
serverId={server?.id}
|
||||||
onFilterChange={onFilterChange}
|
onFilterChange={onFilterChange}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue