From 315a592d9b153caaa3068ab3850c1a77054d1169 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 10 Mar 2022 12:54:01 +0100 Subject: luci-app-minidlna: drop log directory option Upstream minidlna changes rendered it ineffective. Fixes: #5707 Signed-off-by: Jo-Philipp Wich --- .../luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'applications/luci-app-minidlna/htdocs/luci-static') 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; -- cgit v1.2.3