diff --git a/server/RdtClient.Service/Services/Downloaders/SymlinkDownloader.cs b/server/RdtClient.Service/Services/Downloaders/SymlinkDownloader.cs index 3343d70..22d86d7 100644 --- a/server/RdtClient.Service/Services/Downloaders/SymlinkDownloader.cs +++ b/server/RdtClient.Service/Services/Downloaders/SymlinkDownloader.cs @@ -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(Guid.NewGuid().ToString()); + return Task.FromResult(null); } public Task Cancel()