diff --git a/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs b/src/NzbDrone.Core/Download/Clients/QBittorrent/QBittorrentSettings.cs index a1c2893d98..db0ab9c762 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; MovieCategory = "radarr"; }