mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 13:40:41 +02:00
parent
a2f666445f
commit
6160bbf113
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ public DelugeSettingsValidator()
|
|||
RuleFor(c => c.Host).ValidHost();
|
||||
RuleFor(c => c.Port).InclusiveBetween(1, 65535);
|
||||
|
||||
RuleFor(c => c.MovieCategory).Matches("^[-a-z]*$").WithMessage("Allowed characters a-z and -");
|
||||
RuleFor(c => c.MovieCategory).Matches("^[-a-z0-9]*$").WithMessage("Allowed characters a-z, 0-9, and -");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue