Merge pull request #47 from mProjectsCode/master

changes for release 0.3.2
This commit is contained in:
Moritz Jung 2022-09-06 11:08:19 +02:00 committed by GitHub
commit 7ae51676a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 230 additions and 5 deletions

View file

@ -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) ?? [],