fix seamless (gapless) toggle
This commit is contained in:
parent
7317a1ad6f
commit
590357dfcf
2 changed files with 3 additions and 1 deletions
|
@ -597,6 +597,8 @@ const app = new Vue({
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.mk._bag.features['seamless-audio-transitions'] = this.cfg.audio.seamless_audio
|
||||||
|
|
||||||
// API Fallback
|
// API Fallback
|
||||||
if (!this.chrome.userinfo) {
|
if (!this.chrome.userinfo) {
|
||||||
this.chrome.userinfo = {
|
this.chrome.userinfo = {
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
{{$root.getLz('settings.option.audio.seamlessTransition')}}
|
{{$root.getLz('settings.option.audio.seamlessTransition')}}
|
||||||
</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.audio.seamless_audio" switch/>
|
<input type="checkbox" v-model="app.cfg.audio.seamless_audio" v-on:change="app.mk._bag.features['seamless-audio-transitions'] = app.cfg.audio.seamless_audio"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="md-option-line">
|
<div class="md-option-line">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue