Skip to content

Commit

Permalink
Update CDN URL to one that isn't dead
Browse files Browse the repository at this point in the history
  • Loading branch information
mon committed Jul 2, 2021
1 parent 8b35d88 commit a7b0f4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/HuesCore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/js/HuesSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a7b0f4c

Please sign in to comment.