Fixed a bug on set name when using the fast download method

This commit is contained in:
valfieri
2019-08-31 10:52:33 +02:00
parent 2fe9924fe5
commit ae81568463

View File

@@ -1218,7 +1218,7 @@ public class ImgDownloader {
String id = mappa.keySet().toArray()[y].toString();
progressBarDialog.incrementProgressBy((int) (1));
if(fastDownloadCard(scryset, id, mappa.get(id), imgPath.getAbsolutePath(), thumbPath.getAbsolutePath(), ImgX, ImgY, ThumbX, ThumbY))
if(fastDownloadCard(set, id, mappa.get(id), imgPath.getAbsolutePath(), thumbPath.getAbsolutePath(), ImgX, ImgY, ThumbX, ThumbY))
continue;
String specialcardurl = getSpecialCardUrl(id);
if (!specialcardurl.isEmpty()) {