Secret Dev Settings Page

This commit is contained in:
Qstick
2021-03-12 14:59:04 -05:00
parent 6d25b468ce
commit f36f98e32b
16 changed files with 440 additions and 19 deletions

View File

@@ -160,6 +160,13 @@ namespace NzbDrone.Core.Configuration
set { SetValue("PreferIndexerFlags", value); }
}
public bool LogIndexerResponse
{
get { return GetValueBoolean("LogIndexerResponse", false); }
set { SetValue("LogIndexerResponse", value); }
}
public bool AllowHardcodedSubs
{
get { return GetValueBoolean("AllowHardcodedSubs", false); }