From 824685fc074bc84ce5700ceac4f661ee80d689b8 Mon Sep 17 00:00:00 2001 From: Anavrins Date: Thu, 5 Dec 2019 00:18:55 -0500 Subject: [PATCH] speakerView fix --- milo/plugins/speakerView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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