mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-14 04:10:00 +00: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 { cleanString } from "../../sub/utils.js";
|
||||
|
||||
let cachedID = {};
|
||||
const cachedID = {
|
||||
version: '',
|
||||
id: ''
|
||||
};
|
||||
|
||||
async function findClientID() {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue