Failed downloads are removed from queue/history (opt out)

This commit is contained in:
Mark McDowall 2013-10-24 22:55:32 -07:00
parent 769fcdfc80
commit d634dd1e5c
10 changed files with 174 additions and 28 deletions

View file

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