return null if url is not available for current download source

This commit is contained in:
North 2011-09-25 15:23:25 +03:00
parent e63bec1977
commit 529de2f8cf

View file

@ -61,7 +61,7 @@ public class MagicCardsImageSource implements CardImageSource {
url.append(set.toLowerCase()).append("/").append(collectorId);
if (cardSet.equals("ISD")) {
throw new Exception("ISD is not downloadable from magiccards.info. The ISD images have too bad quality.");
return null;
}
if (twoFacedCard) {