mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: NullReferenceException in NotificationService (#695)
This commit is contained in:
parent
580641a600
commit
c229d73ddc
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ namespace NzbDrone.Core.Notifications
|
||||||
// TODO: Build out this message so that we can pass on what failed and what was successful
|
// TODO: Build out this message so that we can pass on what failed and what was successful
|
||||||
var downloadMessage = new AlbumDownloadMessage
|
var downloadMessage = new AlbumDownloadMessage
|
||||||
{
|
{
|
||||||
Message = GetAlbumIncompleteImportMessage(message.TrackedDownload.RemoteAlbum.Release.Title),
|
Message = GetAlbumIncompleteImportMessage(message.TrackedDownload.DownloadItem.Title),
|
||||||
};
|
};
|
||||||
|
|
||||||
foreach (var notification in _notificationFactory.OnDownloadFailureEnabled())
|
foreach (var notification in _notificationFactory.OnDownloadFailureEnabled())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue