|
|
|
@ -313,7 +313,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 BookDownloadMessage
|
|
|
|
|
{
|
|
|
|
|
Message = GetBookIncompleteImportMessage(message.TrackedDownload.DownloadItem.Title),
|
|
|
|
|
Message = GetBookIncompleteImportMessage(message.TrackedDownload.DownloadItem.Title)
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
foreach (var notification in _notificationFactory.OnImportFailureEnabled())
|
|
|
|
|