mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Removed semi-colon
This commit is contained in:
parent
48f70815a3
commit
25493654ff
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ namespace NzbDrone.Core.Download.Clients.RTorrent
|
|||
{
|
||||
RuleFor(c => c.Host).ValidHost();
|
||||
RuleFor(c => c.Port).InclusiveBetween(0, 65535);
|
||||
RuleFor(c => c.TvCategory).NotEmpty();
|
||||
RuleFor(c => c.TvCategory).NotEmpty()
|
||||
.WithMessage("A category is recommended")
|
||||
.AsWarning();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue