diff --git a/bun.lock b/bun.lock
index 53b880a..e009a6d 100644
--- a/bun.lock
+++ b/bun.lock
@@ -6,7 +6,7 @@
       "dependencies": {
         "@tidal-music/auth": "^1.3.4",
         "@types/fluent-ffmpeg": "^2.1.27",
-        "dasha": "3.1.5",
+        "dasha": "3",
         "ffmpeg-static": "^5.2.0",
         "flac-stream-tagger": "^1.0.10",
         "fluent-ffmpeg": "^2.1.3",
diff --git a/package.json b/package.json
index 1a3d7a2..aaaf0ea 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
   "dependencies": {
     "@tidal-music/auth": "^1.3.4",
     "@types/fluent-ffmpeg": "^2.1.27",
-    "dasha": "3.1.5",
+    "dasha": "3",
     "ffmpeg-static": "^5.2.0",
     "flac-stream-tagger": "^1.0.10",
     "fluent-ffmpeg": "^2.1.3"
diff --git a/src/helpers/decrypt.ts b/src/helpers/decrypt.ts
index 0f37068..122b9b5 100644
--- a/src/helpers/decrypt.ts
+++ b/src/helpers/decrypt.ts
@@ -1,5 +1,4 @@
 import { createDecipheriv } from "crypto";
-import type { TidalManifest } from "../../Caches/PlaybackInfoTypes";
 
 // Do not change this
 const mastKey = "UIlTTEMmmLfGowo/UC60x2H45W6MdGgTRfo/umg4754=";