Redownload after failure is an advanced option.

New: Handle failed downloads and attempt to find another release (SABnzbd only)
This commit is contained in:
Mark McDowall 2013-10-24 15:12:39 -07:00
parent f99573e334
commit 6dd2951f80
4 changed files with 38 additions and 1 deletions

View file

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