mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Secret Dev Settings Page
This commit is contained in:
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user