summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-minidlna/luasrc/model/cbi/minidlna.lua')
-rw-r--r--applications/luci-minidlna/luasrc/model/cbi/minidlna.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua
index 051e355212..820569261f 100644
--- a/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua
+++ b/applications/luci-minidlna/luasrc/model/cbi/minidlna.lua
@@ -15,6 +15,8 @@ $Id$
m = Map("minidlna", translate("miniDLNA"),
translate("MiniDLNA is server software with the aim of being fully compliant with DLNA/UPnP-AV clients."))
+m:section(SimpleSection).template = "minidlna_status"
+
s = m:section(TypedSection, "minidlna", "miniDLNA Settings")
s.addremove = false
s.anonymous = true