1
0
Fork 0
mirror of synced 2024-06-29 03:31:06 +12:00

Save version in title of Unreal Engine

This commit is contained in:
Dummerle 2022-01-08 17:44:37 +01:00
parent 241d0a3b3c
commit a9eca719ba
No known key found for this signature in database
GPG key ID: AB68CC59CA39F2F1

View file

@ -60,6 +60,9 @@ def download_images(progress: pyqtSignal, results: pyqtSignal, core: LegendaryCo
game_list = games + dlc_list + no_assets
for i, game in enumerate(game_list):
if game.app_title == "Unreal Engine":
game.app_title += f" {game.app_name.split('_')[-1]}"
shared.core.lgd.set_game_meta(game.app_name, game)
try:
download_image(game)
except json.decoder.JSONDecodeError: