mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 12:33:00 +02:00
Backlog searching will be disabled by default. Option is available in Settings/Misc
This commit is contained in:
@@ -396,6 +396,12 @@ namespace NzbDrone.Core.Providers.Core
|
||||
set { SetValue("ProwlPriority", value); }
|
||||
}
|
||||
|
||||
public virtual bool EnableBacklogSearching
|
||||
{
|
||||
get { return GetValueBoolean("EnableBacklogSearching"); }
|
||||
set { SetValue("EnableBacklogSearching", value); }
|
||||
}
|
||||
|
||||
private string GetValue(string key)
|
||||
{
|
||||
return GetValue(key, String.Empty);
|
||||
|
Reference in New Issue
Block a user