Merge pull request #180 from ltctceplrm/steamtypofix

Fixed small SteamAPI bug due to a typo
This commit is contained in:
Moritz Jung 2025-02-19 15:11:39 +01:00 committed by GitHub
commit acd4086712
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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: {