mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Resetting ImageFetcher to use collectorNumber as string
This commit is contained in:
@@ -93,7 +93,7 @@ public abstract class ImageFetcher {
|
||||
}
|
||||
// see https://scryfall.com/blog 2020/8/6, and
|
||||
// https://scryfall.com/docs/api/cards/collector
|
||||
downloadUrls.add(String.format("https://api.scryfall.com/cards/%s/%d/%s?format=image&version=normal%s",
|
||||
downloadUrls.add(String.format("https://api.scryfall.com/cards/%s/%s/%s?format=image&version=normal%s",
|
||||
editionMciCode, cardCollectorNumber, langCode, faceParam));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user