1
0
Fork 0
mirror of https://github.com/fiso64/slsk-batchdl.git synced 2024-12-22 06:22:41 +00:00
This commit is contained in:
fiso64 2024-09-28 15:34:57 +02:00
parent 1828e3ff40
commit 1fc67abdba

View file

@ -627,7 +627,7 @@ static partial class Program
if (chosenAlbum != null)
{
string dir = Utils.GreatestCommonDirectorySlsk(chosenAlbum.Select(t => t.FirstDownload.Filename));
fileManager.SetDefaultFolderName(Path.GetFileName(Utils.NormalizedPath(dir)));
fileManager.SetDefaultFolderName(Path.GetFileName(Utils.NormalizedPath(dir)));
}
if (option == AlbumArtOption.Default)