Invalid/null title info in titles.US.en.json
Following on my investigations in #97, I found that title 0100ED9018F3F004 does exist within the titles.US.en.json shipped with Ownfoil, but not within blawar/titledb/US.en.json. The version shipped with Ownfoil has invalid/null data in it, which is why this DLC is handled differently than the others I have that are not found within blawar's titledb.
Starting at line 1620808 in the current develop version's titles.US.en.json
"0100ED9018F3F004": {
"bannerUrl": null,
"category": null,
"description": null,
"developer": null,
"frontBoxArt": null,
"iconUrl": null,
"id": "0100ED9018F3F004",
"intro": null,
"isDemo": null,
"key": null,
"languages": null,
"name": null,
"nsuId": null,
"numberOfPlayers": null,
"publisher": null,
"rank": null,
"rating": null,
"ratingContent": null,
"region": null,
"regions": null,
"releaseDate": null,
"rightsId": null,
"screenshots": null,
"size": 0,
"version": null
}
Well in this case there is nothing we can do about it, it has to be fixed in the titledb repo. The best way is to report the issue directly in the repo like I just did in https://github.com/blawar/titledb/issues/4.
Well in this case there is nothing we can do about it, it has to be fixed in the titledb repo. The best way is to report the issue directly in the repo like I just did in blawar/titledb#4.
should be fixed