mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-21 18:06:30 +02:00
Add song filter as add queue type
This commit is contained in:
@@ -151,7 +151,7 @@ export enum TableColumn {
|
||||
export type PlayQueueAddOptions = {
|
||||
byData?: QueueSong[];
|
||||
byItemType?: {
|
||||
id: string[];
|
||||
id: string[] | any;
|
||||
type: LibraryItem;
|
||||
};
|
||||
play: Play;
|
||||
|
||||
Reference in New Issue
Block a user