mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-12 18:42:31 +01: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 @@ public class QBittorrentSettings : IProviderConfig
|
|||
public QBittorrentSettings()
|
||||
{
|
||||
Host = "localhost";
|
||||
Port = 9091;
|
||||
Port = 8080;
|
||||
TvCategory = "lidarr";
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ public class UTorrentSettings : IProviderConfig
|
|||
public UTorrentSettings()
|
||||
{
|
||||
Host = "localhost";
|
||||
Port = 9091;
|
||||
Port = 8080;
|
||||
TvCategory = "lidarr";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue