From b56f2ef6d26c0c2954d20525554951d7f287bf3c Mon Sep 17 00:00:00 2001 From: jjm2473 <1129525450@qq.com> Date: Mon, 14 Nov 2022 11:48:04 +0800 Subject: [PATCH] luci-app-emby: fix hostnet mode save fail --- applications/luci-app-emby/Makefile | 2 +- applications/luci-app-emby/luasrc/model/cbi/emby.lua | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/luci-app-emby/Makefile b/applications/luci-app-emby/Makefile index 62589e6..1f1bd00 100644 --- a/applications/luci-app-emby/Makefile +++ b/applications/luci-app-emby/Makefile @@ -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 diff --git a/applications/luci-app-emby/luasrc/model/cbi/emby.lua b/applications/luci-app-emby/luasrc/model/cbi/emby.lua index 02d28e9..d452ae5 100644 --- a/applications/luci-app-emby/luasrc/model/cbi/emby.lua +++ b/applications/luci-app-emby/luasrc/model/cbi/emby.lua @@ -23,7 +23,6 @@ o.default = 0 o.rmempty = false o = s:option(Value, "http_port", translate("HTTP Port").."*") -o.rmempty = false o.default = "8096" o.datatype = "string" o:depends("hostnet", 0)