mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Indexer settings overhaul, reviewed settings tooltips
This commit is contained in:
@@ -251,10 +251,10 @@ namespace NzbDrone.Core.Configuration
|
||||
set { SetValue("NzbgetRecentTvPriority", value); }
|
||||
}
|
||||
|
||||
public string NzbRestrictions
|
||||
public string ReleaseRestrictions
|
||||
{
|
||||
get { return GetValue("NzbRestrictions", String.Empty); }
|
||||
set { SetValue("NzbRestrictions", value); }
|
||||
get { return GetValue("ReleaseRestrictions", String.Empty); }
|
||||
set { SetValue("ReleaseRestrictions", value); }
|
||||
}
|
||||
|
||||
private string GetValue(string key)
|
||||
|
Reference in New Issue
Block a user