mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-30 08:42:32 -05:00
Fixed: Not removing seeded download if it was manual imported in some cases
This commit is contained in:
@@ -40,8 +40,7 @@ private void RemoveCompletedDownloads()
|
||||
|
||||
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