mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +00:00
commit
This commit is contained in:
parent
a1bc2a2900
commit
ebf669df27
1 changed files with 0 additions and 2 deletions
|
@ -324,8 +324,6 @@ class Program
|
|||
string alreadyExist = skipExisting && tracksStart.Count - tracks.Count > 0 ? $" ({tracksStart.Count - tracks.Count} already exist)" : "";
|
||||
WriteLastLine($"Downloading {tracks.Count} tracks{alreadyExist}");
|
||||
|
||||
return;
|
||||
|
||||
var downloadTasks = tracks.Select(async (track) =>
|
||||
{
|
||||
await semaphore.WaitAsync();
|
||||
|
|
Loading…
Reference in a new issue