From e520a9dfd6b1289c2f018510147d1bf7c176eb99 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Sat, 18 Feb 2017 22:15:36 +0000 Subject: [PATCH] Fixed #1123 --- Ombi.UI/Validators/RadarrValidator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Ombi.UI/Validators/RadarrValidator.cs b/Ombi.UI/Validators/RadarrValidator.cs index 564a054f2..cfa1945c6 100644 --- a/Ombi.UI/Validators/RadarrValidator.cs +++ b/Ombi.UI/Validators/RadarrValidator.cs @@ -38,7 +38,6 @@ namespace Ombi.UI.Validators RuleFor(request => request.Ip).NotEmpty().WithMessage("You must specify a IP/Host name."); RuleFor(request => request.Port).NotEmpty().WithMessage("You must specify a Port."); RuleFor(request => request.QualityProfile).NotEmpty().NotNull().WithMessage("You must specify a Quality Profile."); - RuleFor(request => request.RootPath).NotEmpty().NotNull().WithMessage("You must enter a root path."); } } } \ No newline at end of file