mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Default ports for uTorrent and qBittorrent
This commit is contained in:
parent
2abeec06fc
commit
bbb983deb2
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue