mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Add custom query prop to play queue add
This commit is contained in:
parent
6747fbb701
commit
93530008a9
3 changed files with 14 additions and 7 deletions
|
|
@ -157,6 +157,7 @@ export type PlayQueueAddOptions = {
|
|||
initialIndex?: number;
|
||||
initialSongId?: string;
|
||||
playType: Play;
|
||||
query?: Record<string, any>;
|
||||
};
|
||||
|
||||
export type GridCardData = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue