mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
return null if url is not available for current download source
This commit is contained in:
parent
e63bec1977
commit
529de2f8cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue