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()
{
Host = "localhost";
Port = 9091;
Port = 8080;
TvCategory = "lidarr";
}

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

Loading…
Cancel
Save