fix lyrics

This commit is contained in:
vapormusic 2022-02-22 10:45:51 +07:00
parent fac23bb5f6
commit 2a5e75d82b

View file

@ -2635,6 +2635,10 @@ const app = new Vue({
getToken(1, track, artist, '', lang, time);
}
}
req.onerror = function () {
console.log('error');
app.loadAMLyrics();
};
req.send();
}