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
bafc2c3885
commit
962510ad7c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
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