[M20] added images download from scryfall

This commit is contained in:
Oleg Agafonov 2019-06-23 19:08:23 +04:00
parent d0638e71af
commit b559460f77

View file

@ -25,8 +25,6 @@ public class ScryfallImageSupportCards {
put("MED", "me1"). put("MED", "me1").
put("MEDM", "med").build(); put("MEDM", "med").build();
private static final Set<String> supportedSets = new ArraySet<String>() { private static final Set<String> supportedSets = new ArraySet<String>() {
{ {
// xmage set codes // xmage set codes
@ -239,6 +237,7 @@ public class ScryfallImageSupportCards {
add("GK2"); add("GK2");
add("MH1"); add("MH1");
add("WAR"); add("WAR");
add("M20");
// //
add("EURO"); add("EURO");
add("GPX"); add("GPX");