Fixed issue with the simple downloader.

This commit is contained in:
Roger Far 2021-10-11 13:37:00 -06:00
parent 1a326ab0bb
commit 0d6304a237

View file

@ -28,7 +28,7 @@ namespace RdtClient.Service.Services.Downloaders
_filePath = filePath;
}
public Task<String> Download()
public async Task<String> Download()
{
Task.Run(async () =>
{