summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-minidlna/htdocs/luci-static
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2022-03-10 12:54:01 +0100
committerJo-Philipp Wich <jo@mein.io>2022-03-10 13:31:11 +0100
commit315a592d9b153caaa3068ab3850c1a77054d1169 (patch)
tree168adbb10e2366ffa5663eb334f218c79688aa12 /applications/luci-app-minidlna/htdocs/luci-static
parent1c3f3939ce3366ebf186b6fe349848bfce9e9bb2 (diff)
luci-app-minidlna: drop log directory option
Upstream minidlna changes rendered it ineffective. Fixes: #5707 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-minidlna/htdocs/luci-static')
-rw-r--r--applications/luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js b/applications/luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js
index 083f2bafa2..3c01938da2 100644
--- a/applications/luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js
+++ b/applications/luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js
@@ -87,8 +87,6 @@ return view.extend({
o = s.taboption('advanced', form.Value, 'db_dir', _('Database directory'), _('Set this if you would like to specify the directory where you want MiniDLNA to store its database and album art cache.'));
- o = s.taboption('advanced', form.Value, 'log_dir', _('Log directory'), _('Set this if you would like to specify the directory where you want MiniDLNA to store its log file.'));
-
o = s.taboption('advanced', form.Flag, 'inotify', _('Enable inotify'), _('Set this to enable inotify monitoring to automatically discover new files.'));
o.default = o.enabled;