mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 17:25:00 +00:00
Fixed: Slack AlbumImportFailed notification (#710)
message.Album is null at the moment
This commit is contained in:
@@ -128,7 +128,6 @@ namespace NzbDrone.Core.Notifications.Slack
|
||||
new Attachment
|
||||
{
|
||||
Fallback = message.Message,
|
||||
Title = message.Album.Title,
|
||||
Text = message.Message,
|
||||
Color = "warning"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user