mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 06:22:41 +00:00
commit
This commit is contained in:
commit
bafc2c3885
1 changed files with 1 additions and 0 deletions
|
@ -618,6 +618,7 @@ static partial class Program
|
||||||
|
|
||||||
static async Task<List<Track>> DownloadImages(TrackListEntry tle, List<List<Track>> downloads, AlbumArtOption option, List<Track>? chosenAlbum)
|
static async Task<List<Track>> DownloadImages(TrackListEntry tle, List<List<Track>> downloads, AlbumArtOption option, List<Track>? chosenAlbum)
|
||||||
{
|
{
|
||||||
|
var fileManager = new FileManager(tle);
|
||||||
var downloadedImages = new List<Track>();
|
var downloadedImages = new List<Track>();
|
||||||
long mSize = 0;
|
long mSize = 0;
|
||||||
int mCount = 0;
|
int mCount = 0;
|
||||||
|
|
Loading…
Reference in a new issue