fix lyrics
This commit is contained in:
parent
fac23bb5f6
commit
2a5e75d82b
1 changed files with 4 additions and 0 deletions
|
@ -2635,6 +2635,10 @@ const app = new Vue({
|
||||||
getToken(1, track, artist, '', lang, time);
|
getToken(1, track, artist, '', lang, time);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
req.onerror = function () {
|
||||||
|
console.log('error');
|
||||||
|
app.loadAMLyrics();
|
||||||
|
};
|
||||||
req.send();
|
req.send();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue