Fixed: Not removing seeded download if it was manual imported in some cases

pull/1392/head
Mark McDowall 4 years ago committed by ta264
parent 95d93dfa09
commit 3e5045e496

@ -40,8 +40,7 @@ namespace NzbDrone.Core.Download
foreach (var trackedDownload in trackedDownloads)
{
_eventAggregator.PublishEvent(new DownloadCompletedEvent(trackedDownload,
trackedDownload.RemoteBook.Author.Id));
_eventAggregator.PublishEvent(new DownloadCanBeRemovedEvent(trackedDownload));
}
}

Loading…
Cancel
Save