mirror of
https://github.com/Readarr/Readarr
synced 2026-04-11 23:40:49 +02:00
Fixed: Allow repeated import attempts until downloaded files appear
(cherry picked from commit 9f1d4446e82e9c5efde3d0339be2f7dde40ba1ac)
This commit is contained in:
parent
8dd6049603
commit
8a074c61f0
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue