diff --git a/src/NzbDrone.Core/Notifications/Slack/SlackSettings.cs b/src/NzbDrone.Core/Notifications/Slack/SlackSettings.cs index e92d37504..f64daddb5 100644 --- a/src/NzbDrone.Core/Notifications/Slack/SlackSettings.cs +++ b/src/NzbDrone.Core/Notifications/Slack/SlackSettings.cs @@ -11,7 +11,6 @@ namespace NzbDrone.Core.Notifications.Slack { RuleFor(c => c.WebHookUrl).IsValidUrl(); RuleFor(c => c.Username).NotEmpty(); - RuleFor(c => c.Icon).NotEmpty(); } }