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

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

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

Loading…
Cancel
Save