add play handlers to all remaining library headers

This commit is contained in:
jeffvli
2025-11-19 01:39:46 -08:00
parent aba8896ecf
commit dff3d0b04c
11 changed files with 45 additions and 47 deletions
@@ -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} />;
};