From 621bd1c274d004676fb5b3cc152466a2bb4725c6 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sun, 20 Jun 2021 14:59:47 +0545 Subject: [PATCH] fix types --- src/types/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";