Fixed: Slack AlbumImportFailed notification (#710)

message.Album is null at the moment
This commit is contained in:
ta264 2019-03-30 14:42:44 +00:00 committed by Qstick
parent 6b40a8d87f
commit c314a94241
1 changed files with 0 additions and 1 deletions

View File

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