mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 21:27:39 +02:00
soundcloud: let -> const cachedID
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user