jumpinjackie / mtg-collection-tracker

A management tool for your Magic: The Gathering card collection
MIT License
0 stars 0 forks source link

Incorrect metadata resolution for NEO JP basic land variants #60

Closed jumpinjackie closed 2 hours ago

jumpinjackie commented 3 hours ago

Added a new item for Swamp from NEO with collector number of 297. This should resolve to the full-art JP language variant, but it resolves to just a regular Swamp from the set instead

jumpinjackie commented 2 hours ago

This is simply a data entry error. The item in question had the language of en which is incorrect as this particular variant was only ever printed in Japanese and there is no automatic collector number -> language inference.

The fix is to just set the correct language to Japanese and it resolves correctly. This is such a rare corner case that it is not worth trying to implement an automatic fix.