diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs index 8984d616d6..27be15c129 100644 --- a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs +++ b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs @@ -21,7 +21,7 @@ public class QBittorrentSettings : IProviderConfig public QBittorrentSettings() { Host = "localhost"; - Port = 9091; + Port = 8080; TvCategory = "lidarr"; } diff --git a/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs index 2a7df8c18b..cd03090f4b 100644 --- a/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs +++ b/src/NzbDrone.Core/Download/Clients/uTorrent/UTorrentSettings.cs @@ -22,7 +22,7 @@ public class UTorrentSettings : IProviderConfig public UTorrentSettings() { Host = "localhost"; - Port = 9091; + Port = 8080; TvCategory = "lidarr"; }