This commit is contained in:
kramo
2025-02-15 20:19:13 +01:00
parent 0216705576
commit 597c668d69
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -6,3 +6,4 @@ build-aux/flatpak/page.kramo.Cartridges.json
/.flatpak-builder
/.vscode
.DS_Store
.prettierignore

View File

@@ -98,7 +98,8 @@ class SteamSourceIterable(SourceIterable):
# Add official cover image
image_path = (
self.source.locations.data["librarycache"]
/ f"{appid}_library_600x900.jpg"
/ appid
/ "library_600x900.jpg"
)
additional_data = {"local_image_path": image_path, "steam_appid": appid}