Update index.js
This commit is contained in:
parent
c805c29d42
commit
cce9b3b3a4
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ document.addEventListener('musickitloaded', function () {
|
||||||
suppressErrorDialog: true
|
suppressErrorDialog: true
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
function waitForApp() {
|
function waitForApp() {
|
||||||
if (typeof app !== "undefined") {
|
if (typeof app.init !== "undefined") {
|
||||||
app.init()
|
app.init()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue