Enabled M19 Scryfall image download.

This commit is contained in:
LevelX2 2018-06-21 23:06:38 +02:00
parent 46d61a1ebc
commit 443558406c
2 changed files with 2 additions and 2 deletions

View file

@ -213,7 +213,7 @@ public enum ScryfallImageSource implements CardImageSource {
supportedSets.add("DOM");
supportedSets.add("BBD");
// supportedSets.add("CM2");
// supportedSets.add("M19");
supportedSets.add("M19");
}