mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-29 12:05:38 +00:00
Fixed: Default ports for uTorrent and qBittorrent
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user