return_comment

This commit is contained in:
paulsnoops
2022-12-09 15:36:56 +00:00
parent 885b959489
commit b48da28f7f

View File

@@ -67,6 +67,7 @@ public abstract class ImageFetcher {
} }
return null; return null;
} else { } else {
// 1. Try MCI code first, as it original.
String setCode = edition.getScryfallCode(); String setCode = edition.getScryfallCode();
String langCode = edition.getCardsLangCode(); String langCode = edition.getCardsLangCode();
return ForgeConstants.URL_PIC_SCRYFALL_DOWNLOAD + return ForgeConstants.URL_PIC_SCRYFALL_DOWNLOAD +