diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2017-10-20 01:36:01 +0100 |
---|---|---|
committer | Mike Lothian <mike@fireburn.co.uk> | 2017-10-20 01:36:01 +0100 |
commit | 50937bcb20d2c42b8e23143f7d5977f08934774f (patch) | |
tree | db68a68591c1439223ee916dc094dbc2ddd44579 /applications/luci-app-minidlna/po/es | |
parent | a98548edc7b9fc7a8d7313547e8049b61dd50ddd (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/po/es')
-rw-r--r-- | applications/luci-app-minidlna/po/es/minidlna.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-minidlna/po/es/minidlna.po b/applications/luci-app-minidlna/po/es/minidlna.po index 5f6b3964f3..7426854bbc 100644 --- a/applications/luci-app-minidlna/po/es/minidlna.po +++ b/applications/luci-app-minidlna/po/es/minidlna.po @@ -142,11 +142,11 @@ msgid "" "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." +"(eg. A,/mnt/media/Music). Multiple directories can be specified." msgstr "" "Directorio a explorar. Si quiere restringir el directorio a un contenido " "específico puede añadir el tipo ('A' par audio, 'V' para vídeo o 'P' para " -"imágenes), seguido por una coma al nombre del directorio (ej. media_dir=A,/" +"imágenes), seguido por una coma al nombre del directorio (ej. A,/" "mnt/media/Music). Se puede establecer varios directorios." msgid "Specify the path to the MiniSSDPd socket." |