Fix #336
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ build-aux/flatpak/page.kramo.Cartridges.json
|
||||
/.flatpak-builder
|
||||
/.vscode
|
||||
.DS_Store
|
||||
.prettierignore
|
||||
|
||||
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user