mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Added option to disable blacklisting, both the queue check and the spec
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user