mirror of
https://github.com/Readarr/Readarr
synced 2026-02-13 10:11:54 +01:00
Fixed: Not removing seeded download if it was manual imported in some cases
This commit is contained in:
parent
95d93dfa09
commit
3e5045e496
1 changed files with 1 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue