mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Accept string of ids by itemtype in playqueue add
This commit is contained in:
parent
694969cf41
commit
9836d548a6
2 changed files with 48 additions and 49 deletions
|
|
@ -159,7 +159,7 @@ export enum TableColumn {
|
|||
export type PlayQueueAddOptions = {
|
||||
byData?: QueueSong[];
|
||||
byItemType?: {
|
||||
id: string;
|
||||
id: string[];
|
||||
type: LibraryItem;
|
||||
};
|
||||
play: Play;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue