mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
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:
committed by
GitHub
parent
885747d085
commit
157f719297
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user