mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
luci-app-qbittorrent: update python3 for search
This commit is contained in:
parent
21b36d6f9f
commit
d0cc3d0230
@ -6,10 +6,10 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
LUCI_TITLE:=LuCI support for qBittorrent
|
||||
LUCI_DEPENDS:=+qBittorrent +python
|
||||
LUCI_DEPENDS:=+qBittorrent +python3
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION=1.0
|
||||
PKG_RELEASE:=18
|
||||
PKG_RELEASE:=19
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -249,11 +249,11 @@ o.enabled = "true"
|
||||
o.disabled = "false"
|
||||
o.default = o.disabled
|
||||
|
||||
o = s:taboption("webgui", Value, "Username", translate("Username"), translate("The login name for WebUI."))
|
||||
o.placeholder = "admin"
|
||||
--o = s:taboption("webgui", Value, "Username", translate("Username"), translate("The login name for WebUI."))
|
||||
--o.placeholder = "admin"
|
||||
|
||||
o = s:taboption("webgui", Value, "Password", translate("Password"), translate("The login password for WebUI."))
|
||||
o.password = true
|
||||
--o = s:taboption("webgui", Value, "Password", translate("Password"), translate("The login password for WebUI."))
|
||||
--o.password = true
|
||||
|
||||
o = s:taboption("webgui", Value, "Locale", translate("Locale Language"))
|
||||
o:value("en", translate("English"))
|
||||
|
Loading…
Reference in New Issue
Block a user