1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-19 10:54:05 +02:00

Fixed: Slack Icon is optional

This commit is contained in:
Mark McDowall 2016-07-27 11:26:50 -07:00
parent 2ab9bb4fce
commit 5bf9b069fc

View File

@ -11,7 +11,6 @@ namespace NzbDrone.Core.Notifications.Slack
{
RuleFor(c => c.WebHookUrl).IsValidUrl();
RuleFor(c => c.Username).NotEmpty();
RuleFor(c => c.Icon).NotEmpty();
}
}