mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 17:43:49 -07:00
Redownload after failure is an advanced option.
New: Handle failed downloads and attempt to find another release (SABnzbd only)
This commit is contained in:
parent
f99573e334
commit
6dd2951f80
4 changed files with 38 additions and 1 deletions
|
@ -261,6 +261,13 @@ namespace NzbDrone.Core.Configuration
|
|||
set { SetValue("AutoDownloadPropers", value); }
|
||||
}
|
||||
|
||||
public Boolean AutoRedownloadFailed
|
||||
{
|
||||
get { return GetValueBoolean("AutoRedownloadFailed", true); }
|
||||
|
||||
set { SetValue("AutoRedownloadFailed", value); }
|
||||
}
|
||||
|
||||
public string DownloadClientWorkingFolders
|
||||
{
|
||||
get { return GetValue("DownloadClientWorkingFolders", "_UNPACK_|_FAILED_"); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue