Update index.js

This commit is contained in:
booploops 2022-03-03 04:29:40 -08:00
parent c805c29d42
commit cce9b3b3a4

View file

@ -142,7 +142,7 @@ document.addEventListener('musickitloaded', function () {
suppressErrorDialog: true
}).then(() => {
function waitForApp() {
if (typeof app !== "undefined") {
if (typeof app.init !== "undefined") {
app.init()
}
else {