From dea3bba30602197321432c2faaabe1eeb1936c42 Mon Sep 17 00:00:00 2001 From: Dekun Zhang <30682790+R3pl4c3r@users.noreply.github.com> Date: Mon, 9 Mar 2020 16:36:48 +0800 Subject: [PATCH] luci-app-qbittorrent: switch WebUI use UPnP to false (#3679) --- package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent b/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent index 274aa4571..3e0f98500 100755 --- a/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent +++ b/package/lean/luci-app-qbittorrent/root/etc/init.d/qbittorrent @@ -72,7 +72,7 @@ validate_QBT () { 'Password:string' \ 'Port:port:8080' \ 'Username:string' \ - 'UseUPnP:or("true","false"):true' \ + 'UseUPnP:or("true","false"):false' \ 'AnonymousMode:or("true","false"):true' \ 'AnnounceToAllTrackers:or("true","false")' \ 'IgnoreLimitsLAN:or("true","false"):true' \