We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e478875 commit a67d35bCopy full SHA for a67d35b
src/api/apis/SteamAPI.ts
@@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
100
englishTitle: result.name,
101
year: (new Date(result.release_date.date)).getFullYear().toString(),
102
dataSource: this.apiName,
103
- url: `https://store.steampowered.com/app/${result.id}`,
+ url: `https://store.steampowered.com/app/${result.steam_appid}`,
104
id: result.steam_appid,
105
106
genres: result.genres?.map((x: any) => x.description) ?? [],
0 commit comments