luci-app-emby: fix hostnet mode save fail

This commit is contained in:
jjm2473 2022-11-14 11:48:04 +08:00
parent 749022fd7e
commit b56f2ef6d2
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
include $(TOPDIR)/rules.mk
PKG_VERSION:=1.0.0-20221106
PKG_VERSION:=1.0.0-20221114
PKG_RELEASE:=
LUCI_TITLE:=LuCI support for Emby

View File

@ -23,7 +23,6 @@ o.default = 0
o.rmempty = false
o = s:option(Value, "http_port", translate("HTTP Port").."<b>*</b>")
o.rmempty = false
o.default = "8096"
o.datatype = "string"
o:depends("hostnet", 0)