mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
add play handlers to all remaining library headers
This commit is contained in:
@@ -45,5 +45,5 @@ export const GenreListHeader = ({ title }: GenreListHeaderProps) => {
|
||||
const PlayButton = () => {
|
||||
const { query } = useGenreListFilters();
|
||||
|
||||
return <LibraryHeaderBar.PlayButton itemType={LibraryItem.GENRE} query={query} />;
|
||||
return <LibraryHeaderBar.PlayButton itemType={LibraryItem.GENRE} listQuery={query} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user