diff --git a/milo/plugins/speakerView.lua b/milo/plugins/speakerView.lua index 2d79952..c5668dc 100644 --- a/milo/plugins/speakerView.lua +++ b/milo/plugins/speakerView.lua @@ -39,7 +39,7 @@ local wizardPage = UI.WizardPage { function wizardPage:setNode(node) self.form:setValues(node) if not node.volume then - self.form.volume = 1 + self.form.volume.value = 1 end end