generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
bugSomething isn't workingSomething isn't working
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, |
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working