fix igdb
This commit is contained in:
parent
ad3d2bd0be
commit
b4c69768b4
1 changed files with 3 additions and 1 deletions
|
@ -130,7 +130,9 @@ class IGDB(AbstractSite):
|
|||
"official_site": official_site,
|
||||
"igdb_id": r["id"],
|
||||
"cover_image_url": "https:"
|
||||
+ r["cover"]["url"].replace("t_thumb", "t_cover_big"),
|
||||
+ r["cover"]["url"].replace("t_thumb", "t_cover_big")
|
||||
if r.get("cover")
|
||||
else None,
|
||||
}
|
||||
)
|
||||
if steam_url:
|
||||
|
|
Loading…
Add table
Reference in a new issue