nicho92 / MtgDesktopCompanion

Cards manager for magic the gathering
Apache License 2.0
155 stars 34 forks source link

Fix Card Kingdom Price filter #204

Closed bewarellamas closed 2 years ago

bewarellamas commented 2 years ago

Fixed and issue with the filter for Card Kingdom pricing by changing the set code to upper case to match part of the SKU in the JSON file.

There is still and issue where MagicCard.getName() is returning the same as getFullName() for cards with multiple names (DFCs, Adventures) which Card Kingdom can't recognize.