mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 17:38:31 +00:00
soundcloud: let -> const cachedID
This commit is contained in:
parent
7799fe4661
commit
8f5642763b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user