mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Accept string of ids by itemtype in playqueue add
This commit is contained in:
@@ -159,7 +159,7 @@ export enum TableColumn {
|
||||
export type PlayQueueAddOptions = {
|
||||
byData?: QueueSong[];
|
||||
byItemType?: {
|
||||
id: string;
|
||||
id: string[];
|
||||
type: LibraryItem;
|
||||
};
|
||||
play: Play;
|
||||
|
||||
Reference in New Issue
Block a user