Open
Description
- 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,
should be
released: !result.release_date?.coming_soon,
Unfortunately, I can't PR right now so I'm referencing an issue so it's written somewhere