Fixed symlink retrying.
This commit is contained in:
parent
a5709ae52e
commit
f80f041eeb
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class SymlinkDownloader : IDownloader
|
|||
_logger.Information($"File {fileName} not found on {Settings.Get.DownloadClient.RcloneMountPath}!");
|
||||
|
||||
// Return null and try again next cycle.
|
||||
return Task.FromResult<String?>(Guid.NewGuid().ToString());
|
||||
return Task.FromResult<String?>(null);
|
||||
}
|
||||
|
||||
public Task Cancel()
|
||||
|
|
|
|||
Loading…
Reference in a new issue