From d3e18d4cbabb5afad660245089845877da645f64 Mon Sep 17 00:00:00 2001 From: sysmoon14 <61550824+sysmoon14@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:33:12 +0000 Subject: [PATCH] Fixed method names in launcher section --- NSLGameScanner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NSLGameScanner.py b/NSLGameScanner.py index b73c08c..da45a16 100644 --- a/NSLGameScanner.py +++ b/NSLGameScanner.py @@ -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