mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -04:00
Fixed: Remove seeded downloads if they've finished seeding after import
Closes #1389 (cherry picked from commit 9d766cfed588ee49525f68815b7e5eb980ddc11f)
This commit is contained in:
@@ -114,6 +114,7 @@ namespace NzbDrone.Core.Download.TrackedDownloads
|
||||
try
|
||||
{
|
||||
var trackedDownload = _trackedDownloadService.TrackDownload((DownloadClientDefinition)downloadClient.Definition, downloadItem);
|
||||
|
||||
if (trackedDownload != null && trackedDownload.State == TrackedDownloadState.Downloading)
|
||||
{
|
||||
_failedDownloadService.Check(trackedDownload);
|
||||
|
||||
Reference in New Issue
Block a user