mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Fixed: Validation inheritance
This commit is contained in:
@@ -326,7 +326,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
}
|
||||
}
|
||||
|
||||
public class RedactedSettingsValidator : AbstractValidator<RedactedSettings>
|
||||
public class RedactedSettingsValidator : NoAuthSettingsValidator<RedactedSettings>
|
||||
{
|
||||
public RedactedSettingsValidator()
|
||||
{
|
||||
@@ -336,7 +336,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
||||
|
||||
public class RedactedSettings : NoAuthTorrentBaseSettings
|
||||
{
|
||||
private static readonly RedactedSettingsValidator Validator = new RedactedSettingsValidator();
|
||||
private static readonly RedactedSettingsValidator Validator = new ();
|
||||
|
||||
public RedactedSettings()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user