Skip to content

Commit

Permalink
Enabled M19 Scryfall image download.
Browse files Browse the repository at this point in the history
  • Loading branch information
LevelX2 committed Jun 21, 2018
1 parent 46d61a1 commit 4435584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public enum ScryfallImageSource implements CardImageSource {
supportedSets.add("DOM");
supportedSets.add("BBD");
// supportedSets.add("CM2");
// supportedSets.add("M19");
supportedSets.add("M19");

}

Expand Down
2 changes: 1 addition & 1 deletion Mage.Client/src/main/resources/image.url.properties
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ dd3evg=ddaevg
dd3gvl=ddagvl
dd3jvc=ddajvc
# Remove setname as soon as the images can be downloaded
ignore.urls=TOK,M19,H17
ignore.urls=TOK,H17
# sets ordered by release time (newest goes first)
token.lookup.order=M19,A25,DOM,E02,RIX,UST,XLN,IMA,H17,C17,V17,E01,DDT,CMA,HOU,MM3,DDS,AKH,DD3DVD,DD3EVG,DD3GVL,DD3JVC,H09,AER,PCA,C16,V16,MPS,KLD,DDR,CN2,EMN,EMA,SOI,DDQ,CP,CMA,ARENA,SUS,APAC,EURO,UGIN,C15,OGW,EXP,DDP,BFZ,DRB,V09,V10,V11,V12,V13,V14,V15,TPR,MPRP,DD3,DDO,ORI,MM2,PTC,DTK,FRF,KTK,M15,VMA,CNS,JOU,BNG,THS,DDL,M14,MMA,DGM,GTC,RTR,M13,AVR,DDI,DKA,ISD,M12,NPH,MBS,SOM,M11,ROE,DDE,WWK,ZEN,M10,GVL,ARB,DVD,CFX,JVC,ALA,EVE,SHM,EVG,MOR,LRW,10E,CLS,CHK,GRC

0 comments on commit 4435584

Please sign in to comment.