Fixed: Allow repeated import attempts until downloaded files appear

(cherry picked from commit 9f1d4446e82e9c5efde3d0339be2f7dde40ba1ac)
This commit is contained in:
ta264 2021-08-04 21:11:21 +01:00
parent 8dd6049603
commit 8a074c61f0

View file

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