mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Failed downloads are removed from queue/history (opt out)
This commit is contained in:
parent
769fcdfc80
commit
d634dd1e5c
10 changed files with 174 additions and 28 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue