mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04: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