whoops v2

This commit is contained in:
maikirakiwi 2022-07-06 18:10:26 -07:00
parent fba33a9597
commit f23f838b7a

View file

@ -3136,7 +3136,7 @@ const app = new Vue({
}
}
} catch (e) {
console.log(e);
console.error(e);
app.loadQQLyrics();
//app.loadAMLyrics()
}
@ -3147,6 +3147,7 @@ const app = new Vue({
// app.loadAMLyrics();
};
req.open('POST', url, true);
req.send();
}
function getMXMTrans(id, lang) {