soundcloud: let -> const cachedID

This commit is contained in:
wukko 2024-04-16 21:51:27 +06:00
parent 7799fe4661
commit 8f5642763b
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -1,7 +1,10 @@
import { maxVideoDuration } from "../../config.js";
import { cleanString } from "../../sub/utils.js";
let cachedID = {};
const cachedID = {
version: '',
id: ''
};
async function findClientID() {
try {