|
|
@ -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; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|