From 8f5642763bf552b9ad94ef0567e0f9de7fb24b34 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 16 Apr 2024 21:51:27 +0600 Subject: [PATCH] soundcloud: let -> const cachedID --- src/modules/processing/services/soundcloud.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/modules/processing/services/soundcloud.js b/src/modules/processing/services/soundcloud.js index 46aae5df..37baee54 100644 --- a/src/modules/processing/services/soundcloud.js +++ b/src/modules/processing/services/soundcloud.js @@ -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 {