Misc Sonarr Pulls

This commit is contained in:
Qstick
2017-10-07 23:54:13 -04:00
parent 4c916f9186
commit f8f988a083
48 changed files with 181 additions and 93 deletions
@@ -1,11 +0,0 @@
using System.Collections.Generic;
using NzbDrone.Common.Disk;
namespace NzbDrone.Core.Download
{
public class DownloadClientStatus
{
public bool IsLocalhost { get; set; }
public List<OsPath> OutputRootFolders { get; set; }
}
}