mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
Activated DOM image downloading.
This commit is contained in:
parent
17772fb395
commit
fdcd833791
3 changed files with 3 additions and 2 deletions
|
|
@ -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<>();
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue