1
0
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:
Mark McDowall
2015-03-16 21:33:34 -07:00
parent 8dccf2efe8
commit 99d9303394
38 changed files with 131 additions and 156 deletions
@@ -1,9 +1,9 @@
using FluentValidation.Results;
using NzbDrone.Core.Validation;
namespace NzbDrone.Core.ThingiProvider
{
public interface IProviderConfig
{
ValidationResult Validate();
NzbDroneValidationResult Validate();
}
}