From c314a94241f263bd1a5db32a902c322ff5fd914a Mon Sep 17 00:00:00 2001 From: ta264 Date: Sat, 30 Mar 2019 14:42:44 +0000 Subject: [PATCH] Fixed: Slack AlbumImportFailed notification (#710) message.Album is null at the moment --- src/NzbDrone.Core/Notifications/Slack/Slack.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core/Notifications/Slack/Slack.cs b/src/NzbDrone.Core/Notifications/Slack/Slack.cs index 78507e5b2..d77313e36 100644 --- a/src/NzbDrone.Core/Notifications/Slack/Slack.cs +++ b/src/NzbDrone.Core/Notifications/Slack/Slack.cs @@ -128,7 +128,6 @@ namespace NzbDrone.Core.Notifications.Slack new Attachment { Fallback = message.Message, - Title = message.Album.Title, Text = message.Message, Color = "warning" }