gsabater / Steam-Backlog

Steam Backlog is a free tool to manage your Steam library
https://steam-backlog.com
19 stars 0 forks source link

Review all db push and convert all id and appid attributes to int #23

Closed BondaCB closed 8 years ago

BondaCB commented 8 years ago

appid might be string when coming from getplayersummaries and int when fetch from steam-backlog server

BondaCB commented 8 years ago

Solved in module.ajax


db[gameID].appid = db[gameID].appid.toString();