From ee6c4d2d52fb760a2258168fcd2e5fb16d69b879 Mon Sep 17 00:00:00 2001 From: zxlhhyccc <45259624+zxlhhyccc@users.noreply.github.com> Date: Sun, 25 Apr 2021 07:49:47 -0500 Subject: [PATCH] luci-app-qbittorrent: fix typo error Signed-off-by: Tianling Shen --- .../lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua b/package/lean/luci-app-qbittorrent/luasrc/controller/qbittorrent.lua index ba8377a996..8934d5b8d7 100644 --- 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")).acl_depends = { "luci-app-qBittorrent" } + entry({"admin","nas","qBittorrent"},cbi("qbittorrent"),_("qBittorrent")).acl_depends = { "luci-app-qbittorrent" } entry({"admin","nas","qBittorrent","status"},call("act_status")).leaf=true end