Added option to disable blacklisting, both the queue check and the spec

This commit is contained in:
Mark McDowall 2013-10-28 17:41:35 -07:00
parent 4578adf1c0
commit 7c6fad155a
7 changed files with 84 additions and 22 deletions

View file

@ -41,6 +41,7 @@ namespace NzbDrone.Core.Configuration
String DownloadClientWorkingFolders { get; set; }
Boolean AutoRedownloadFailed { get; set; }
Boolean RemoveFailedDownloads { get; set; }
Boolean EnableFailedDownloadHandling { get; set; }
void SaveValues(Dictionary<string, object> configValues);
}
}