mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-26 15:52:42 +00: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 @@ public override void OnImportFailure(AlbumDownloadMessage message)
|
|||
new Attachment
|
||||
{
|
||||
Fallback = message.Message,
|
||||
Title = message.Album.Title,
|
||||
Text = message.Message,
|
||||
Color = "warning"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue