Merge pull request #949 from UnbreakCode/develop

This commit is contained in:
vapormusic 2022-04-30 16:54:37 +07:00 committed by GitHub
commit 2ac53589a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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