mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 07:54:18 +02:00
add play handlers to all remaining library headers
This commit is contained in:
@@ -45,5 +45,5 @@ export const PlaylistListHeader = ({ title }: PlaylistListHeaderProps) => {
|
||||
const PlayButton = () => {
|
||||
const { query } = usePlaylistListFilters();
|
||||
|
||||
return <LibraryHeaderBar.PlayButton itemType={LibraryItem.PLAYLIST} query={query} />;
|
||||
return <LibraryHeaderBar.PlayButton itemType={LibraryItem.PLAYLIST} listQuery={query} />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user