mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 14:55:20 -07:00
Change default port of qBittorrent download client config (#2187)
This commit is contained in:
parent
8861c8d8a4
commit
5337f79281
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
|
||||||
public QBittorrentSettings()
|
public QBittorrentSettings()
|
||||||
{
|
{
|
||||||
Host = "localhost";
|
Host = "localhost";
|
||||||
Port = 9091;
|
Port = 8080;
|
||||||
MovieCategory = "radarr";
|
MovieCategory = "radarr";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue