From 5337f792812d32699f1d1e67bc3c782e2dfdb77b Mon Sep 17 00:00:00 2001 From: James White Date: Mon, 23 Oct 2017 01:49:54 +0100 Subject: [PATCH] Change default port of qBittorrent download client config (#2187) --- .../Download/Clients/QBittorrent/QBittorrentSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs index a1c2893d9..db0ab9c76 100644 --- a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs +++ b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs @@ -21,7 +21,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent public QBittorrentSettings() { Host = "localhost"; - Port = 9091; + Port = 8080; MovieCategory = "radarr"; }