luci-app-qbittorrent: fix typo error

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
zxlhhyccc 2021-04-25 07:49:47 -05:00 committed by GitHub
parent cfac2f0a2e
commit 885646e738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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