Force musixmatch
This commit is contained in:
parent
5aafc967ee
commit
396198e479
2 changed files with 15 additions and 11 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue