Skip to content

Commit 5e283c3

Browse files
committed
0.47.086
1 parent 3563797 commit 5e283c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

luci-app-openclash/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=luci-app-openclash
4-
PKG_VERSION:=0.47.085
4+
PKG_VERSION:=0.47.086
55
PKG_MAINTAINER:=vernesong <https://github.com/vernesong/OpenClash>
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

luci-app-openclash/luasrc/controller/openclash.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ function action_overwrite_subscribe_info()
38253825
uci:set("openclash", sid, "url", url)
38263826
uci:delete("openclash", sid, "config")
38273827
if #config_values > 0 then
3828-
uci:set_list("openclash", s[".name"], "config", config_values)
3828+
uci:set_list("openclash", sid, "config", config_values)
38293829
end
38303830
uci:set("openclash", sid, "update_days", update_days)
38313831
uci:set("openclash", sid, "update_hour", update_hour)

0 commit comments

Comments
 (0)