Update audiolabs.ejs
This commit is contained in:
parent
0a33e5f33f
commit
376031190a
1 changed files with 2 additions and 0 deletions
|
@ -220,6 +220,7 @@
|
|||
} else {
|
||||
this.$root.cfg.audio.maikiwiAudio.spatialProfile = this.spprofiles[0].id;
|
||||
}
|
||||
this.toggleMaikiwiSpatial()
|
||||
},
|
||||
profilePrev() {
|
||||
// select the previous profile based on $root.cfg.audio.maikiwiAudio.spatialProfile
|
||||
|
@ -236,6 +237,7 @@
|
|||
} else {
|
||||
this.$root.cfg.audio.maikiwiAudio.spatialProfile = this.spprofiles[this.spprofiles.length - 1].id;
|
||||
}
|
||||
this.toggleMaikiwiSpatial()
|
||||
},
|
||||
toggleSpatial: function () {
|
||||
if (app.cfg.audio.spatial) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue