Update jellyfin.lua

This commit is contained in:
Janson 2022-06-30 12:29:33 +08:00 committed by GitHub
parent 13fc4502c2
commit 8a245ec613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ function get_schema(data)
end
local _ = luci.i18n.translate
local access = _('access homepage: ')
local homepage = '<a href=\"https://kodcloud.com/\" target=\"_blank\">https://kodcloud.com/</a>'
local homepage = '<a href=\"https://jellyfin.org/\" target=\"_blank\">https://jellyfin.org/</a>'
local schema = {
actions = actions,
containers = get_containers(data),