mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Add song filter as add queue type
This commit is contained in:
parent
d94d7b5ee5
commit
2df96c0d31
2 changed files with 78 additions and 14 deletions
|
|
@ -151,7 +151,7 @@ export enum TableColumn {
|
|||
export type PlayQueueAddOptions = {
|
||||
byData?: QueueSong[];
|
||||
byItemType?: {
|
||||
id: string[];
|
||||
id: string[] | any;
|
||||
type: LibraryItem;
|
||||
};
|
||||
play: Play;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue