mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Fixed: Download Client with config Warnings won't be excluded
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using FluentValidation.Results;
|
||||
using NzbDrone.Core.Validation;
|
||||
|
||||
namespace NzbDrone.Core.ThingiProvider
|
||||
{
|
||||
public interface IProviderConfig
|
||||
{
|
||||
ValidationResult Validate();
|
||||
NzbDroneValidationResult Validate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user