prefer musixmatch instead of qq

This commit is contained in:
UnbreakCode 2022-04-28 01:35:14 +02:00
parent 813fed4596
commit 1b5c956433

View file

@ -2810,7 +2810,7 @@ const app = new Vue({
});
app.lyrics = preLrc;
}
if (lrcfile != null && lrcfile != '' && lang != "disabled") {
if (lrcfile != null && lrcfile != '') {
// load translation
getMXMTrans(id, lang, token);
} else {