diff --git a/src/NzbDrone.Core/Download/CompletedDownloadService.cs b/src/NzbDrone.Core/Download/CompletedDownloadService.cs index bc6234b73..f44a6d681 100644 --- a/src/NzbDrone.Core/Download/CompletedDownloadService.cs +++ b/src/NzbDrone.Core/Download/CompletedDownloadService.cs @@ -95,6 +95,7 @@ namespace NzbDrone.Core.Download if (importResults.Empty()) { trackedDownload.Warn("No files found are eligible for import in {0}", outputPath); + trackedDownload.State = TrackedDownloadState.ImportPending; return; }