luci-app-minidlna: drop log directory option
Upstream minidlna changes rendered it ineffective. Fixes: #5707 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
1c3f3939ce
commit
315a592d9b
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue