From 50937bcb20d2c42b8e23143f7d5977f08934774f Mon Sep 17 00:00:00 2001 From: Mike Lothian Date: Fri, 20 Oct 2017 01:36:01 +0100 Subject: 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 --- applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-minidlna/luasrc') diff --git a/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua b/applications/luci-app-minidlna/luasrc/model/cbi/minidlna.lua index 99ef68cbca..347f7f656b 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:"), -- cgit v1.2.3