Fixed: Slack AlbumImportFailed notification (#710)

message.Album is null at the moment
pull/714/head
ta264 6 years ago committed by Qstick
parent 6b40a8d87f
commit c314a94241

@ -128,7 +128,6 @@ namespace NzbDrone.Core.Notifications.Slack
new Attachment
{
Fallback = message.Message,
Title = message.Album.Title,
Text = message.Message,
Color = "warning"
}

Loading…
Cancel
Save