diff --git a/src/NzbDrone.Core/CustomFormats/Specifications/LanguageSpecification.cs b/src/NzbDrone.Core/CustomFormats/Specifications/LanguageSpecification.cs index a7144d0b5..19114cc61 100644 --- a/src/NzbDrone.Core/CustomFormats/Specifications/LanguageSpecification.cs +++ b/src/NzbDrone.Core/CustomFormats/Specifications/LanguageSpecification.cs @@ -10,7 +10,6 @@ namespace NzbDrone.Core.CustomFormats { public LanguageSpecificationValidator() { - RuleFor(c => c.Value).GreaterThanOrEqualTo(0); RuleFor(c => c.Value).Custom((value, context) => { if (!Language.All.Any(o => o.Id == value))