Merge pull request #47 from mProjectsCode/master
changes for release 0.3.2
This commit is contained in:
commit
7ae51676a2
18 changed files with 230 additions and 5 deletions
|
|
@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
|
|||
englishTitle: result.name,
|
||||
year: (new Date(result.release_date.date)).getFullYear().toString(),
|
||||
dataSource: this.apiName,
|
||||
url: `https://store.steampowered.com/app/${result.id}`,
|
||||
url: `https://store.steampowered.com/app/${result.steam_appid}`,
|
||||
id: result.steam_appid,
|
||||
|
||||
genres: result.genres?.map((x: any) => x.description) ?? [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue