From ebb00d824f1b89a124fdf767c7eea98db14b7b16 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Mon, 10 Nov 2014 13:53:43 +0100 Subject: [PATCH] applications/luci-shairport: fix disabling service instance MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- applications/luci-shairport/luasrc/model/cbi/shairport.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/luci-shairport/luasrc/model/cbi/shairport.lua b/applications/luci-shairport/luasrc/model/cbi/shairport.lua index eb0772572..974d7850d 100644 --- a/applications/luci-shairport/luasrc/model/cbi/shairport.lua +++ b/applications/luci-shairport/luasrc/model/cbi/shairport.lua @@ -22,6 +22,7 @@ enable=s:option(Flag, "disabled", translate("Enabled")) enable.enabled="0" enable.disabled="1" enable.default = "1" +enable.rmempty = false respawn=s:option(Flag, "respawn", translate("Respawn")) respawn.default = false -- 2.11.0