luci-app-qbittorrent: update python3 for search

This commit is contained in:
coolsnowwolf 2020-05-01 11:53:30 +08:00
parent 21b36d6f9f
commit d0cc3d0230
2 changed files with 6 additions and 6 deletions

View File

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

View File

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