fix types
This commit is contained in:
parent
19fc02055a
commit
621bd1c274
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ export type QueueFilters = {
|
|||
chorus2d?: boolean;
|
||||
chorus3d?: boolean;
|
||||
fadein?: boolean;
|
||||
dim?: string;
|
||||
earrape?: string;
|
||||
dim?: boolean;
|
||||
earrape?: boolean;
|
||||
};
|
||||
|
||||
export type TrackSource = "soundcloud" | "youtube" | "spotify" | "arbitrary";
|
||||
|
|
Loading…
Reference in a new issue