switch to api.cider.sh

This commit is contained in:
Brandon Plank 2021-12-07 17:39:33 -05:00 committed by GitHub
parent 8eecf5402e
commit f9a7833b1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1036,7 +1036,7 @@ document.addEventListener('musickitloaded', function () {
} }
const request = new XMLHttpRequest(); const request = new XMLHttpRequest();
request.addEventListener("load", initMusicKit); request.addEventListener("load", initMusicKit);
request.open("GET", "https://devkey.cider.sh/"); request.open("GET", "https://api.cider.sh/");
request.send(); request.send();
}); });