Fixed: Allow repeated import attempts until downloaded files appear

(cherry picked from commit 9f1d4446e82e9c5efde3d0339be2f7dde40ba1ac)
pull/1147/head
ta264 3 years ago
parent 8dd6049603
commit 8a074c61f0

@ -95,6 +95,7 @@ namespace NzbDrone.Core.Download
if (importResults.Empty()) if (importResults.Empty())
{ {
trackedDownload.Warn("No files found are eligible for import in {0}", outputPath); trackedDownload.Warn("No files found are eligible for import in {0}", outputPath);
trackedDownload.State = TrackedDownloadState.ImportPending;
return; return;
} }

Loading…
Cancel
Save