1
0
Fork 0
mirror of https://github.com/fiso64/slsk-batchdl.git synced 2024-12-22 14:32:40 +00:00
This commit is contained in:
fiso64 2023-11-21 22:14:54 +01:00
parent 9d1c0de2fd
commit 05d8accf93

View file

@ -789,9 +789,11 @@ static class Program
else if (musicDir != "" && !System.IO.Directory.Exists(musicDir))
Console.WriteLine($"Path does not exist: {musicDir}");
if (createM3u && !debugDisableDownload && !debugPrintTracks) {
foreach (var x in existing)
m3uEditor.WriteSuccess(x.Value, x.Key, false);
}
}
if (m3uOnly)
{