diff --git a/luasrc/model/cbi/emby.lua b/luasrc/model/cbi/emby.lua index 2e8e629..661ff89 100644 --- a/luasrc/model/cbi/emby.lua +++ b/luasrc/model/cbi/emby.lua @@ -49,7 +49,7 @@ for _, val in pairs(paths) do end o.default = default_path -o = s:option(Value, "media_path", translate("Media path"), translate("Not required, all disk is mounted in") .. " /opt") +o = s:option(Value, "media_path", translate("Media path"), translate("Not required, all disk is mounted in") .. " /opt") o.datatype = "string" o = s:option(Value, "cache_path", translate("Transcode cache path"), translate("Default use 'transcodes' in 'config path' if not set, please make sure there has enough space"))