Fix compilation error on Android donwloader.
This commit is contained in:
@@ -4633,9 +4633,9 @@ public class ImgDownloader {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Elements imgstoken;
|
Elements imgstoken;
|
||||||
String specialtokenurl = getSpecialTokenUrl(id + "t", currentSet);
|
String specialtokenurl = getSpecialTokenUrl(id + "t", set);
|
||||||
if(specialtokenurl.isEmpty())
|
if(specialtokenurl.isEmpty())
|
||||||
specialtokenurl = getSpecialCardUrl(id + "t", currentSet);
|
specialtokenurl = getSpecialCardUrl(id + "t", set);
|
||||||
if (!specialtokenurl.isEmpty()) {
|
if (!specialtokenurl.isEmpty()) {
|
||||||
try {
|
try {
|
||||||
doc = Jsoup.connect(imageurl + scryset.toLowerCase()).get();
|
doc = Jsoup.connect(imageurl + scryset.toLowerCase()).get();
|
||||||
|
|||||||
Reference in New Issue
Block a user