diff --git a/src/api/apis/SteamAPI.ts b/src/api/apis/SteamAPI.ts index ef8f21d..b6eef99 100644 --- a/src/api/apis/SteamAPI.ts +++ b/src/api/apis/SteamAPI.ts @@ -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) ?? [],