mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 08:46:34 +00:00
Fixed: NullReferenceException in NotificationService (#695)
This commit is contained in:
@@ -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
|
||||
var downloadMessage = new AlbumDownloadMessage
|
||||
{
|
||||
Message = GetAlbumIncompleteImportMessage(message.TrackedDownload.RemoteAlbum.Release.Title),
|
||||
Message = GetAlbumIncompleteImportMessage(message.TrackedDownload.DownloadItem.Title),
|
||||
};
|
||||
|
||||
foreach (var notification in _notificationFactory.OnDownloadFailureEnabled())
|
||||
|
||||
Reference in New Issue
Block a user