Accept string of ids by itemtype in playqueue add

This commit is contained in:
jeffvli 2022-12-28 19:19:05 -08:00
parent 694969cf41
commit 9836d548a6
2 changed files with 48 additions and 49 deletions

View file

@ -159,7 +159,7 @@ export enum TableColumn {
export type PlayQueueAddOptions = {
byData?: QueueSong[];
byItemType?: {
id: string;
id: string[];
type: LibraryItem;
};
play: Play;