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