Add song filter as add queue type

This commit is contained in:
jeffvli 2023-01-07 03:26:18 -08:00
parent d94d7b5ee5
commit 2df96c0d31
2 changed files with 78 additions and 14 deletions

View file

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