mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-09 09:26:24 +00:00
Fixed: Slack Icon is optional
This commit is contained in:
@@ -11,7 +11,6 @@ namespace NzbDrone.Core.Notifications.Slack
|
||||
{
|
||||
RuleFor(c => c.WebHookUrl).IsValidUrl();
|
||||
RuleFor(c => c.Username).NotEmpty();
|
||||
RuleFor(c => c.Icon).NotEmpty();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user