luci-app-qbittorrent: fix geoip and search
This commit is contained in:
parent
21ed0cd82f
commit
48387b3805
@ -6,11 +6,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=qbittorrent-nox for LuCI
|
||||
LUCI_DEPENDS:=+qBittorrent
|
||||
LUCI_DEPENDS:=+qBittorrent +python
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_NAME:=luci-app-qbittorrent
|
||||
PKG_VERSION=1.0
|
||||
PKG_RELEASE:=8
|
||||
PKG_RELEASE:=9
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -4,7 +4,7 @@ function index()
|
||||
if not nixio.fs.access("/etc/config/qbittorrent")then
|
||||
return
|
||||
end
|
||||
entry({"admin","nas","qBittorrent"},cbi("qbittorrent"),_("qbittorrent"))
|
||||
entry({"admin","nas","qBittorrent"},cbi("qbittorrent"),_("qBittorrent"))
|
||||
entry({"admin","nas","qBittorrent","status"},call("act_status")).leaf=true
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user