mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Slack AlbumImportFailed notification (#710)
message.Album is null at the moment
This commit is contained in:
parent
6b40a8d87f
commit
c314a94241
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ namespace NzbDrone.Core.Notifications.Slack
|
|||
new Attachment
|
||||
{
|
||||
Fallback = message.Message,
|
||||
Title = message.Album.Title,
|
||||
Text = message.Message,
|
||||
Color = "warning"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue