mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-09 12:16:30 +01:00
soundcloud: let -> const cachedID
This commit is contained in:
parent
7799fe4661
commit
8f5642763b
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
import { maxVideoDuration } from "../../config.js";
|
import { maxVideoDuration } from "../../config.js";
|
||||||
import { cleanString } from "../../sub/utils.js";
|
import { cleanString } from "../../sub/utils.js";
|
||||||
|
|
||||||
let cachedID = {};
|
const cachedID = {
|
||||||
|
version: '',
|
||||||
|
id: ''
|
||||||
|
};
|
||||||
|
|
||||||
async function findClientID() {
|
async function findClientID() {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue