Force musixmatch

This commit is contained in:
yazninja 2022-04-08 22:23:45 +08:00
parent 5aafc967ee
commit 396198e479
2 changed files with 15 additions and 11 deletions

View file

@ -2530,11 +2530,11 @@ const app = new Vue({
if (musicType === "musicVideo") {
this.loadYTLyrics();
} else {
if (app.cfg.lyrics.enable_mxm) {
// if (app.cfg.lyrics.enable_mxm) {
this.loadMXM();
} else {
this.loadAMLyrics();
}
// } else {
// this.loadAMLyrics();
// }
}
},
loadAMLyrics() {