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