Added message to failed history events

This commit is contained in:
Mark McDowall 2013-10-24 18:25:04 -07:00
commit 769fcdfc80
5 changed files with 6 additions and 1 deletions

View file

@ -73,7 +73,8 @@ namespace NzbDrone.Core.Download
Quality = historyItem.Quality,
SourceTitle = historyItem.SourceTitle,
DownloadClient = historyItem.Data[DOWNLOAD_CLIENT],
DownloadClientId = historyItem.Data[DOWNLOAD_CLIENT_ID]
DownloadClientId = historyItem.Data[DOWNLOAD_CLIENT_ID],
Message = failedItem.Message
});
}
}