From: Jo-Philipp Wich Date: Thu, 10 Mar 2022 11:54:01 +0000 (+0100) Subject: luci-app-minidlna: drop log directory option X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=315a592d9b153caaa3068ab3850c1a77054d1169;p=project%2Fluci.git luci-app-minidlna: drop log directory option Upstream minidlna changes rendered it ineffective. Fixes: #5707 Signed-off-by: Jo-Philipp Wich --- 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;