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 Tianling Shen
parent 173c2af216
commit ee6c4d2d52
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

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