mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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