mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Fixed: Download Client with config Warnings won't be excluded
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using FluentValidation.Results;
|
||||
using NzbDrone.Core.Validation;
|
||||
|
||||
namespace NzbDrone.Core.ThingiProvider
|
||||
{
|
||||
@@ -6,9 +6,9 @@ namespace NzbDrone.Core.ThingiProvider
|
||||
{
|
||||
public static readonly NullConfig Instance = new NullConfig();
|
||||
|
||||
public ValidationResult Validate()
|
||||
public NzbDroneValidationResult Validate()
|
||||
{
|
||||
return new ValidationResult();
|
||||
return new NzbDroneValidationResult();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user