Activated DOM image downloading.

This commit is contained in:
LevelX2 2018-04-11 00:18:01 +02:00
parent 17772fb395
commit fdcd833791
3 changed files with 3 additions and 2 deletions

View file

@ -256,6 +256,7 @@ public enum MythicspoilerComSource implements CardImageSource {
supportedSets.add("XLN");
supportedSets.add("UST");
supportedSets.add("RIX");
supportedSets.add("DOM");
sets = new LinkedHashMap<>();
setsAliases = new HashMap<>();

View file

@ -210,7 +210,7 @@ public enum ScryfallImageSource implements CardImageSource {
supportedSets.add("WMCQ");
supportedSets.add("PPRO");
supportedSets.add("A25");
// supportedSets.add("DOM");
supportedSets.add("DOM");
// supportedSets.add("M19");
}