diff --git a/server/RdtClient.Service/Services/Downloaders/SimpleDownloader.cs b/server/RdtClient.Service/Services/Downloaders/SimpleDownloader.cs index 7943d22..6ed1ddf 100644 --- a/server/RdtClient.Service/Services/Downloaders/SimpleDownloader.cs +++ b/server/RdtClient.Service/Services/Downloaders/SimpleDownloader.cs @@ -28,7 +28,7 @@ namespace RdtClient.Service.Services.Downloaders _filePath = filePath; } - public Task Download() + public async Task Download() { Task.Run(async () => {