fix: include games without achievements in ra_hashes.json

Agent-Logs-Url: https://github.com/rommapp/romm/sessions/d113d268-38fd-4564-892d-959fd5fddc68

Co-authored-by: gantoine <3247106+gantoine@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-05-13 15:17:47 +00:00
committed by GitHub
parent 885747d085
commit 157f719297

View File

@@ -188,7 +188,7 @@ class RAHandler(MetadataHandler):
# Write the roms result to a JSON file if older than REFRESH_RETROACHIEVEMENTS_CACHE_DAYS days
roms = await self.ra_service.get_game_list(
system_id=rom.platform.ra_id,
only_games_with_achievements=True,
only_games_with_achievements=False,
include_hashes=True,
)