switch to api.cider.sh
This commit is contained in:
parent
8eecf5402e
commit
f9a7833b1a
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ document.addEventListener('musickitloaded', function () {
|
|||
}
|
||||
const request = new XMLHttpRequest();
|
||||
request.addEventListener("load", initMusicKit);
|
||||
request.open("GET", "https://devkey.cider.sh/");
|
||||
request.open("GET", "https://api.cider.sh/");
|
||||
request.send();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue