whoops
This commit is contained in:
parent
0aaab8f6d8
commit
3a5110c6cd
1 changed files with 1 additions and 1 deletions
|
@ -3054,7 +3054,6 @@ const app = new Vue({
|
||||||
let url = "https://api.cider.sh/v1/lyrics?" + "mode=1" + "&richsyncQuery=" + richsyncQuery + "&track=" + track + "&artist=" + artist + "&songID=" + itunesid + "&source=mxm" + "&lang=" + lang + "&time=" + time;
|
let url = "https://api.cider.sh/v1/lyrics?" + "mode=1" + "&richsyncQuery=" + richsyncQuery + "&track=" + track + "&artist=" + artist + "&songID=" + itunesid + "&source=mxm" + "&lang=" + lang + "&time=" + time;
|
||||||
let req = new XMLHttpRequest();
|
let req = new XMLHttpRequest();
|
||||||
req.overrideMimeType("application/json");
|
req.overrideMimeType("application/json");
|
||||||
req.open('POST', url, true);
|
|
||||||
req.onload = function () {
|
req.onload = function () {
|
||||||
try {
|
try {
|
||||||
let jsonResponse = JSON.parse(this.responseText);
|
let jsonResponse = JSON.parse(this.responseText);
|
||||||
|
@ -3147,6 +3146,7 @@ const app = new Vue({
|
||||||
console.log('error');
|
console.log('error');
|
||||||
// app.loadAMLyrics();
|
// app.loadAMLyrics();
|
||||||
};
|
};
|
||||||
|
req.open('POST', url, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getMXMTrans(id, lang) {
|
function getMXMTrans(id, lang) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue