luci-app-qbittorrent: fix read port config
This commit is contained in:
parent
f6374001d9
commit
bd232a0883
@ -1,5 +1,5 @@
|
||||
local e=require"luci.model.uci".cursor()
|
||||
local o=e:get_first("qbittorrent","Preferences","port") or 8080
|
||||
local o=e:get_first("qbittorrent","qbittorrent","port") or 8080
|
||||
|
||||
local a=(luci.sys.call("pidof qbittorrent-nox > /dev/null")==0)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user