mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-15 20:34:45 +00:00
Use last history item in FailedDownloadService
This commit is contained in:
@@ -116,7 +116,7 @@ namespace NzbDrone.Core.Download
|
||||
|
||||
private void PublishDownloadFailedEvent(List<EntityHistory> historyItems, string message, TrackedDownload trackedDownload = null, bool skipRedownload = false)
|
||||
{
|
||||
var historyItem = historyItems.First();
|
||||
var historyItem = historyItems.Last();
|
||||
|
||||
var downloadFailedEvent = new DownloadFailedEvent
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user