tkashkin / GameHub

All your games in one place
https://tkashkin.github.io/projects/gamehub
GNU General Public License v3.0
2.25k stars 127 forks source link

IGDB information not updated when you change the name of a game #274

Closed neuromancer closed 5 years ago

neuromancer commented 5 years ago

In the latest dev revision of GameHub, manually changing the name of the game won't update the IGDB information (not even after re-start). You are forced to remove the game and re-add it with the corrected name.

To reproduce:

  1. Manually add one game, with some name.
  2. Check the fetched IGDB information.
  3. Rename the game.
  4. Re-check the IGDB information. It is not updated.
tkashkin commented 5 years ago

IGDB cache now should be cleared when game is renamed.

neuromancer commented 5 years ago

Fixed!