Fix video game JSON own parsing and data

This commit is contained in:
James Skemp 2021-09-06 00:10:33 -05:00
parent 03cd0a3d2a
commit aa2b907525
2 changed files with 3557 additions and 3557 deletions

File diff suppressed because it is too large Load Diff

View File

@ -40,7 +40,7 @@ function videoGameXmlReplacer(key, value) {
}
return stringValue;
} else if (key === "own") {
return value === "yes";
return value.toString() === "yes";
} else if (key === "addOn" || key === "electronic" || key === "beat" || key === "used") {
return value === "true";
} else if (key === "system" || key === "purchase" || key === "sell") {