mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-04 06:38:28 +02:00
Fixed: Slack Icon is optional
This commit is contained in:
parent
2ab9bb4fce
commit
5bf9b069fc
@ -11,7 +11,6 @@ public SlackSettingsValidator()
|
|||||||
{
|
{
|
||||||
RuleFor(c => c.WebHookUrl).IsValidUrl();
|
RuleFor(c => c.WebHookUrl).IsValidUrl();
|
||||||
RuleFor(c => c.Username).NotEmpty();
|
RuleFor(c => c.Username).NotEmpty();
|
||||||
RuleFor(c => c.Icon).NotEmpty();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user