Describe the bug
When you rate a game (or interact with it in any way) it is saved to the database for caching its data (name, id, cover and backdrop images, etc) and avoid extra calls to IGDB. This particular bug happens when you rate a game that doesn’t have a backdrop image, because the code tries to access an undefined array.
To Reproduce
Steps to reproduce the behavior:
Search for a game that doesn’t have a backdrop (background image). Example: Super Mario All-Stars + Super Mario World
Describe the bug When you rate a game (or interact with it in any way) it is saved to the database for caching its data (name, id, cover and backdrop images, etc) and avoid extra calls to IGDB. This particular bug happens when you rate a game that doesn’t have a backdrop image, because the code tries to access an
undefined
array.To Reproduce Steps to reproduce the behavior:
Super Mario All-Stars + Super Mario World
Screenshots