luci-app-minidlna: drop log directory option
authorJo-Philipp Wich <jo@mein.io>
Thu, 10 Mar 2022 11:54:01 +0000 (12:54 +0100)
committerJo-Philipp Wich <jo@mein.io>
Thu, 10 Mar 2022 12:31:11 +0000 (13:31 +0100)
Upstream minidlna changes rendered it ineffective.

Fixes: #5707
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-minidlna/htdocs/luci-static/resources/view/minidlna.js

index 083f2bafa2026b696e0e91e19f69fb44e5f8c41a..3c01938da26826def435fa03088be86bfb7a0bf3 100644 (file)
@@ -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;