MagicTheGathering/mtg-sdk-java

filtered queries return duplicateed first page

Closed this issue · 2 comments

MTGAPI.java row 115 adds the first page to the object list that is later returned. The for loop starting at row 121 then adds all pages to the object list which results in a duplicated page within the later returned list.
Deleting row 115 should solve the problem.

I apologize it took me so long to respond to this. I will attempt to get a test spun up this weekend to duplicate the issue, and will fix from there. Thank you for the report!

fixed with 3c0c045 should be on maven shortly. I apologize it took me so long to get to it