mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
Add initialSongId prop as alternative to initialIndex
This commit is contained in:
@@ -151,10 +151,11 @@ export enum TableColumn {
|
||||
export type PlayQueueAddOptions = {
|
||||
byData?: QueueSong[];
|
||||
byItemType?: {
|
||||
id: string[] | any;
|
||||
id: string[];
|
||||
type: LibraryItem;
|
||||
};
|
||||
initialIndex?: number;
|
||||
initialSongId?: string;
|
||||
playType: Play;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user