diff --git a/src/types/types.ts b/src/types/types.ts index 0798bc1..d6a3d14 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -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";