Update dasha dependency version to 3 and remove unused import in decrypt helper

This commit is contained in:
Seth 2025-05-08 06:35:25 -04:00
parent bd8287e935
commit 9275f2160c
3 changed files with 2 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"dependencies": { "dependencies": {
"@tidal-music/auth": "^1.3.4", "@tidal-music/auth": "^1.3.4",
"@types/fluent-ffmpeg": "^2.1.27", "@types/fluent-ffmpeg": "^2.1.27",
"dasha": "3.1.5", "dasha": "3",
"ffmpeg-static": "^5.2.0", "ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10", "flac-stream-tagger": "^1.0.10",
"fluent-ffmpeg": "^2.1.3", "fluent-ffmpeg": "^2.1.3",

View file

@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@tidal-music/auth": "^1.3.4", "@tidal-music/auth": "^1.3.4",
"@types/fluent-ffmpeg": "^2.1.27", "@types/fluent-ffmpeg": "^2.1.27",
"dasha": "3.1.5", "dasha": "3",
"ffmpeg-static": "^5.2.0", "ffmpeg-static": "^5.2.0",
"flac-stream-tagger": "^1.0.10", "flac-stream-tagger": "^1.0.10",
"fluent-ffmpeg": "^2.1.3" "fluent-ffmpeg": "^2.1.3"

View file

@ -1,5 +1,4 @@
import { createDecipheriv } from "crypto"; import { createDecipheriv } from "crypto";
import type { TidalManifest } from "../../Caches/PlaybackInfoTypes";
// Do not change this // Do not change this
const mastKey = "UIlTTEMmmLfGowo/UC60x2H45W6MdGgTRfo/umg4754="; const mastKey = "UIlTTEMmmLfGowo/UC60x2H45W6MdGgTRfo/umg4754=";