luci-app-ssr-plus: default value as same

This commit is contained in:
lean 2020-03-17 01:22:23 +08:00
parent a331de62e6
commit 180d9be2de
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
PKG_VERSION:=168
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -46,7 +46,7 @@ for _,key in pairs(key_table) do o:value(key,server_table[key]) end
o = s:option(ListValue, "netflix_server", translate("Netflix Node"))
o:value("same", translate("Same as Global Server"))
for _,key in pairs(key_table) do o:value(key,server_table[key]) end
o.default = "nil"
o.default = "same"
o.rmempty = false
o = s:option(ListValue, "threads", translate("Multi Threads Option"))