mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02: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