Add custom query prop to play queue add

This commit is contained in:
jeffvli 2023-05-20 20:58:11 -07:00
parent 6747fbb701
commit 93530008a9
3 changed files with 14 additions and 7 deletions

View file

@ -157,6 +157,7 @@ export type PlayQueueAddOptions = {
initialIndex?: number;
initialSongId?: string;
playType: Play;
query?: Record<string, any>;
};
export type GridCardData = {