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

pull/3789/head
Mark McDowall 4 years ago
parent e2644c3847
commit b0e31629b5

@ -41,8 +41,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.RemoteEpisode.Series.Id));
} }
} }

Loading…
Cancel
Save