Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo error in /apis/SteamAPI.ts #179

Open
2 tasks done
double-hash opened this issue Feb 19, 2025 · 1 comment
Open
2 tasks done

Typo error in /apis/SteamAPI.ts #179

double-hash opened this issue Feb 19, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@double-hash
Copy link

double-hash commented Feb 19, 2025

  • The Plugin is up to date
  • Obsidian is up to date

Describe the bug

Using the Steam API which indicates all games as released, because of typo in source code, I think.

released: !result.release_date?.comming_soon,

released: !result.release_date?.comming_soon,

should be

released: !result.release_date?.coming_soon,

as in steam API :
Image

Unfortunately, I can't PR right now so I'm referencing an issue so it's written somewhere

@double-hash double-hash added the bug Something isn't working label Feb 19, 2025
ltctceplrm added a commit to ltctceplrm/obsidian-media-db-plugin that referenced this issue Feb 19, 2025
Noticed by double-hash in mProjectsCode#179
ltctceplrm added a commit to ltctceplrm/obsidian-media-db-plugin that referenced this issue Feb 19, 2025
@ltctceplrm
Copy link
Contributor

Can confirm this bug is due to the typo, it's supposed to mark them as unreleased. Thanks for pointing it out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants