mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Slack Icon is optional
This commit is contained in:
parent
2ab9bb4fce
commit
5bf9b069fc
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue