fixed mounted()
This commit is contained in:
parent
aee69e8e34
commit
59ab6799d6
1 changed files with 2 additions and 2 deletions
|
@ -175,11 +175,11 @@
|
||||||
},
|
},
|
||||||
props: {},
|
props: {},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
this.room_dimensions = JSON.parse(JSON.stringify(this.$root.cfg.audio.spatial_properties.room_dimensions))
|
||||||
|
this.room_materials = JSON.parse(JSON.stringify(this.$root.cfg.audio.spatial_properties.room_materials))
|
||||||
if(typeof this.app.mk.nowPlayingItem != "undefined") {
|
if(typeof this.app.mk.nowPlayingItem != "undefined") {
|
||||||
this.setRoom()
|
this.setRoom()
|
||||||
}
|
}
|
||||||
this.room_dimensions = JSON.parse(JSON.stringify(this.$root.cfg.audio.spatial_properties.room_dimensions))
|
|
||||||
this.room_materials = JSON.parse(JSON.stringify(this.$root.cfg.audio.spatial_properties.room_materials))
|
|
||||||
this.ready = true
|
this.ready = true
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue