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
|
||||
customFilters={customFilters}
|
||||
pageKey={pageKey}
|
||||
serverId={server?.id}
|
||||
onFilterChange={onFilterChange}
|
||||
/>
|
||||
) : (
|
||||
<JellyfinSongFilters
|
||||
customFilters={customFilters}
|
||||
pageKey={pageKey}
|
||||
serverId={server?.id}
|
||||
onFilterChange={onFilterChange}
|
||||
/>
|
||||
)}
|
||||
|
|
Reference in a new issue