Fixed steam typo bug

Noticed by @double-hash in #179
This commit is contained in:
ltctceplrm 2025-02-19 14:52:33 +01:00
parent 2b5a4a2b39
commit 49a2d3e442

View file

@ -100,7 +100,7 @@ export class SteamAPI extends APIModel {
onlineRating: Number.parseFloat(result.metacritic?.score ?? 0),
image: result.header_image ?? '',
released: !result.release_date?.comming_soon,
released: !result.release_date?.coming_soon,
releaseDate: this.plugin.dateFormatter.format(result.release_date?.date, this.apiDateFormat) ?? 'unknown',
userData: {