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:37:03 +02:00
parent bafc2c3885
commit 962510ad7c

View file

@ -618,7 +618,6 @@ static partial class Program
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>();
long mSize = 0;
int mCount = 0;