fix now playing
This commit is contained in:
parent
010598a8be
commit
29d4cdc579
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
import { existsSync, readFileSync, writeFileSync } from "fs";
|
import { existsSync, readFileSync, writeFileSync } from "fs";
|
||||||
|
import crypto from "crypto"
|
||||||
|
|
||||||
const salt = crypto.randomBytes(6).toString("hex");
|
const salt = crypto.randomBytes(6).toString("hex");
|
||||||
const token = crypto
|
const token = crypto
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue