fix now playing

This commit is contained in:
Soph :3 2025-12-20 12:06:55 +02:00
parent 010598a8be
commit 29d4cdc579

View file

@ -1,4 +1,5 @@
import { existsSync, readFileSync, writeFileSync } from "fs";
import crypto from "crypto"
const salt = crypto.randomBytes(6).toString("hex");
const token = crypto