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
78d6564695
commit
dfd340ca54
1 changed files with 4 additions and 0 deletions
|
@ -1152,6 +1152,8 @@ static class Program
|
||||||
maxAlbumTrackCount = n;
|
maxAlbumTrackCount = n;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
defaultFolderName = ReplaceInvalidChars(track.ToString(true), " ").Trim();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1160,6 +1162,8 @@ static class Program
|
||||||
//var timeParts = doc.DocumentNode.SelectSingleNode("//span[@class='time_total']").InnerText.Trim().Split(':');
|
//var timeParts = doc.DocumentNode.SelectSingleNode("//span[@class='time_total']").InnerText.Trim().Split(':');
|
||||||
var track = new Track() { Artist=artist, Title=name, Album=album };
|
var track = new Track() { Artist=artist, Title=name, Album=album };
|
||||||
trackLists.AddEntry(track);
|
trackLists.AddEntry(track);
|
||||||
|
|
||||||
|
defaultFolderName = ".";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue