diff --git a/package/lean/luci-app-qbittorrent/Makefile b/package/lean/luci-app-qbittorrent/Makefile index c064fdc6ba..693dfa64ca 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 9998368366..11d169c6c6 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