Fixed: Default ports for uTorrent and qBittorrent

pull/110/head
Qstick 7 years ago
parent 2abeec06fc
commit bbb983deb2

@ -21,7 +21,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
public QBittorrentSettings() public QBittorrentSettings()
{ {
Host = "localhost"; Host = "localhost";
Port = 9091; Port = 8080;
TvCategory = "lidarr"; TvCategory = "lidarr";
} }

@ -22,7 +22,7 @@ namespace NzbDrone.Core.Download.Clients.UTorrent
public UTorrentSettings() public UTorrentSettings()
{ {
Host = "localhost"; Host = "localhost";
Port = 9091; Port = 8080;
TvCategory = "lidarr"; TvCategory = "lidarr";
} }

Loading…
Cancel
Save