Fixed method names in launcher section

This commit is contained in:
sysmoon14 2024-01-23 22:33:12 +00:00 committed by GitHub
parent 34b0b0b447
commit d3e18d4cba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,8 +318,8 @@ for shortcut in shortcuts['shortcuts'].values():
if game_id is not None:
print(f"Got game ID from SteamGridDB: {game_id}")
# Download and apply artwork
getSGBDArt(game_id, app_id)
addCompatToolMapping(app_id)
get_sgdb_art(game_id, app_id)
add_compat_tool(app_id)
new_shortcuts_added = True
# Print the existing shortcuts