mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 06:22:41 +00:00
commit
This commit is contained in:
parent
1828e3ff40
commit
1fc67abdba
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ static partial class Program
|
||||||
if (chosenAlbum != null)
|
if (chosenAlbum != null)
|
||||||
{
|
{
|
||||||
string dir = Utils.GreatestCommonDirectorySlsk(chosenAlbum.Select(t => t.FirstDownload.Filename));
|
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)
|
if (option == AlbumArtOption.Default)
|
||||||
|
|
Loading…
Reference in a new issue