Fixed issue with the simple downloader.
This commit is contained in:
parent
1a326ab0bb
commit
0d6304a237
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ namespace RdtClient.Service.Services.Downloaders
|
|||
_filePath = filePath;
|
||||
}
|
||||
|
||||
public Task<String> Download()
|
||||
public async Task<String> Download()
|
||||
{
|
||||
Task.Run(async () =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue