parent
e4788750f7
commit
a67d35b9a4
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
|
||||||
englishTitle: result.name,
|
englishTitle: result.name,
|
||||||
year: (new Date(result.release_date.date)).getFullYear().toString(),
|
year: (new Date(result.release_date.date)).getFullYear().toString(),
|
||||||
dataSource: this.apiName,
|
dataSource: this.apiName,
|
||||||
url: `https://store.steampowered.com/app/${result.id}`,
|
url: `https://store.steampowered.com/app/${result.steam_appid}`,
|
||||||
id: result.steam_appid,
|
id: result.steam_appid,
|
||||||
|
|
||||||
genres: result.genres?.map((x: any) => x.description) ?? [],
|
genres: result.genres?.map((x: any) => x.description) ?? [],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue