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

This commit is contained in:
Mark McDowall
2020-05-30 10:18:17 -07:00
committed by ta264
parent 95d93dfa09
commit 3e5045e496

View File

@@ -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));
}
}