diff --git a/src/DownKyi/Services/Download/AddToDownloadService.cs b/src/DownKyi/Services/Download/AddToDownloadService.cs index 0a7e7c0..00f031f 100644 --- a/src/DownKyi/Services/Download/AddToDownloadService.cs +++ b/src/DownKyi/Services/Download/AddToDownloadService.cs @@ -150,7 +150,7 @@ namespace DownKyi.Services.Download } } - Task.WaitAll(); + Task.WaitAll(parsingTasks.ToArray()); } ///