mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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