mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-21 18:55:12 -04:00
Fixed: Default ports for uTorrent and qBittorrent
This commit is contained in:
1 parent
2abeec06fc
commit
bbb983deb2
2 files changed
+2
-2
No files matched your search
@@ -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