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() {
|
||||
|
|
|
@ -379,15 +379,19 @@
|
|||
<span>{{$root.getLz('settings.header.lyrics')}}</span>
|
||||
</div>
|
||||
<div class="settings-option-body">
|
||||
<div style="opacity: 0.5; pointer-events: none;">
|
||||
<div class="md-option-line">
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.lyrics.enableMusixmatch')}}
|
||||
</div>
|
||||
<div class="md-option-segment md-option-segment_auto">
|
||||
<input type="checkbox" v-model="app.cfg.lyrics.enable_mxm" switch/>
|
||||
<input type="checkbox" switch checked/>
|
||||
<!-- <input type="checkbox" v-model="app.cfg.lyrics.enable_mxm" switch /> -->
|
||||
</div>
|
||||
</div>
|
||||
<div class="md-option-line" v-if="app.cfg.lyrics.enable_mxm">
|
||||
</div>
|
||||
<div class="md-option-line">
|
||||
<!-- <div class="md-option-line" v-if="app.cfg.lyrics.enable_mxm"> -->
|
||||
<div class="md-option-segment">
|
||||
{{$root.getLz('settings.option.lyrics.enableMusixmatchKaraoke')}}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue