From a7b0f4c4c14cc90b48fdc978a6bb34ef63036edf Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Fri, 2 Jul 2021 20:50:27 +1000 Subject: [PATCH] Update CDN URL to one that isn't dead --- src/js/HuesCore.js | 2 +- src/js/HuesSettings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/HuesCore.js b/src/js/HuesCore.js index 379a166..610e6e1 100644 --- a/src/js/HuesCore.js +++ b/src/js/HuesCore.js @@ -109,7 +109,7 @@ class HuesCore { }; // Bunch-o-initialisers - this.version = 37; + this.version = 38; this.versionStr = (this.version/10).toFixed(1); this.versionHex = this.version.toString(16); this.beatIndex = 0; diff --git a/src/js/HuesSettings.js b/src/js/HuesSettings.js index 043497e..0458764 100644 --- a/src/js/HuesSettings.js +++ b/src/js/HuesSettings.js @@ -51,7 +51,7 @@ const defaultSettings = { fullAuto: true, // The remote respack listing JSON endpoint // NOTE: Any packs referenced need CORS enabled or loads fail - packsURL: "https://cdn.0x40.ga/getRespacks.php", + packsURL: "https://cdn.0x40hu.es/getRespacks.php", // If set, will disable the remote resources menu. For custom pages. disableRemoteResources: false, // You will rarely want to change this. Enables/disables the Hues Window.