fix types

This commit is contained in:
Snowflake107 2021-06-20 14:59:47 +05:45
parent 19fc02055a
commit 621bd1c274

View file

@ -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";