1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-26 17:59:14 +00:00

Change default port of qBittorrent download client config (#2187)

This commit is contained in:
James White 2017-10-23 01:49:54 +01:00 committed by Devin Buhl
parent 8861c8d8a4
commit 5337f79281

View file

@ -21,7 +21,7 @@ public class QBittorrentSettings : IProviderConfig
public QBittorrentSettings()
{
Host = "localhost";
Port = 9091;
Port = 8080;
MovieCategory = "radarr";
}