summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-minidlna/luasrc/model/cbi
diff options
context:
space:
mode:
authorMike Lothian <mike@fireburn.co.uk>2017-10-20 01:36:01 +0100
committerMike Lothian <mike@fireburn.co.uk>2017-10-20 01:36:01 +0100
commit50937bcb20d2c42b8e23143f7d5977f08934774f (patch)
treedb68a68591c1439223ee916dc094dbc2ddd44579 /applications/luci-app-minidlna/luasrc/model/cbi
parenta98548edc7b9fc7a8d7313547e8049b61dd50ddd (diff)
luci-app-minidlna: Don't specify media_dir=
This is added automatically. Entering it twice stops minidlna from starting as the config ends up with media_dir=media_dir=A,/dir/name Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Diffstat (limited to 'applications/luci-app-minidlna/luasrc/model/cbi')
-rw-r--r--applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
index 99ef68cbc..347f7f656 100644
--- a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
+++ b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua
@@ -126,7 +126,7 @@ o:value("P", translate("Pictures"))
s:taboption("general", DynamicList, "media_dir", translate("Media directories:"),
- translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. media_dir=A,/mnt/media/Music). Multiple directories can be specified."))
+ translate("Set this to the directory you want scanned. If you want to restrict the directory to a specific content type, you can prepend the type ('A' for audio, 'V' for video, 'P' for images), followed by a comma, to the directory (eg. A,/mnt/media/Music). Multiple directories can be specified."))
o = s:taboption("general", DynamicList, "album_art_names", translate("Album art names:"),