From 48387b380583196a013495e95c6f299d771e73fd Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Sun, 10 Nov 2019 06:25:32 -0800 Subject: [PATCH] luci-app-qbittorrent: fix geoip and search --- package/lean/luci-app-qbittorrent/Makefile | 4 ++-- .../luci-app-qbittorrent/luasrc/controller/qbittorrent.lua | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/lean/luci-app-qbittorrent/Makefile b/package/lean/luci-app-qbittorrent/Makefile index c064fdc6b..693dfa64c 100644 --- a/package/lean/luci-app-qbittorrent/Makefile +++ b/package/lean/luci-app-qbittorrent/Makefile @@ -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 diff --git a/package/lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua b/package/lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua index 999836836..11d169c6c 100755 --- a/package/lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua +++ b/package/lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua @@ -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