mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +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