mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 22:37:06 -04:00
Fixed: Root Folder Downloads check giving errors when RuTorrent is used
This commit is contained in:
parent
6c5cc430b7
commit
a22a38016d
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ namespace NzbDrone.Core.Download
|
||||||
{
|
{
|
||||||
public class DownloadClientInfo
|
public class DownloadClientInfo
|
||||||
{
|
{
|
||||||
|
public DownloadClientInfo()
|
||||||
|
{
|
||||||
|
OutputRootFolders = new List<OsPath>();
|
||||||
|
}
|
||||||
|
|
||||||
public bool IsLocalhost { get; set; }
|
public bool IsLocalhost { get; set; }
|
||||||
public List<OsPath> OutputRootFolders { get; set; }
|
public List<OsPath> OutputRootFolders { get; set; }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue