mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-28 11:35:51 +00:00
Fixed: Not removing seeded download if it was manual imported in some cases
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user