Fix mtg issue and update json.net
This commit is contained in:
parent
8f861ee0bc
commit
57698c8ce6
3 changed files with 3 additions and 4 deletions
|
@ -32,7 +32,6 @@ namespace Geekbot.net.Commands.Integrations
|
|||
var result = service
|
||||
.Where(x => x.Name, cardName)
|
||||
// fewer cards less risk of deserialization problems, don't need more than one anyways...
|
||||
// ToDo: fix the deserialization issue in card[n].foreignNames[]
|
||||
.Where(x => x.PageSize, 1);
|
||||
|
||||
var card = result.All().Value.FirstOrDefault();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue