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

James White 7 years ago committed by Devin Buhl
parent 8861c8d8a4
commit 5337f79281

@ -21,7 +21,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
public QBittorrentSettings()
{
Host = "localhost";
Port = 9091;
Port = 8080;
MovieCategory = "radarr";
}

Loading…
Cancel
Save