Fixed: Slack Icon is optional

pull/4/head
Mark McDowall 8 years ago
parent 2ab9bb4fce
commit 5bf9b069fc

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

Loading…
Cancel
Save