Fixed: Default ports for uTorrent and qBittorrent

This commit is contained in:
Qstick 2017-10-29 21:56:25 -04:00
commit bbb983deb2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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