From be962f3b2590f484cb9608ec50d1470c78371028 Mon Sep 17 00:00:00 2001 From: Ave <112294121+ave9858@users.noreply.github.com> Date: Sat, 14 Dec 2024 18:02:46 +0000 Subject: [PATCH] FUCK --- js/msdl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/msdl.js b/js/msdl.js index 5d3f4ff..606d56b 100644 --- a/js/msdl.js +++ b/js/msdl.js @@ -109,7 +109,7 @@ function onDownloadsXhrChange() { let j = JSON.parse(this.responseText) let wasSuccessful = true; - if (j["Error"]) { + if (j["Errors"]) { processingError.style.display = "block"; wasSuccessful = false; }