mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 14:32:40 +00:00
bug
This commit is contained in:
parent
9d1c0de2fd
commit
05d8accf93
1 changed files with 4 additions and 2 deletions
|
@ -789,8 +789,10 @@ static class Program
|
||||||
else if (musicDir != "" && !System.IO.Directory.Exists(musicDir))
|
else if (musicDir != "" && !System.IO.Directory.Exists(musicDir))
|
||||||
Console.WriteLine($"Path does not exist: {musicDir}");
|
Console.WriteLine($"Path does not exist: {musicDir}");
|
||||||
|
|
||||||
foreach (var x in existing)
|
if (createM3u && !debugDisableDownload && !debugPrintTracks) {
|
||||||
m3uEditor.WriteSuccess(x.Value, x.Key, false);
|
foreach (var x in existing)
|
||||||
|
m3uEditor.WriteSuccess(x.Value, x.Key, false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m3uOnly)
|
if (m3uOnly)
|
||||||
|
|
Loading…
Reference in a new issue