Skip to content

Commit

Permalink
Merge pull request #1147 from tidusjar/dev
Browse files Browse the repository at this point in the history
Fixed #1123
  • Loading branch information
tidusjar authored Feb 18, 2017
2 parents 6f53d9a + e520a9d commit 84289dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Ombi.UI/Validators/RadarrValidator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public RadarrValidator()
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.");
}
}
}

0 comments on commit 84289dc

Please sign in to comment.