Merge branch 'main' into gali-importer-structure
This commit is contained in:
@@ -38,7 +38,7 @@ def update_values_from_data(content, values):
|
|||||||
if data.get("developers"):
|
if data.get("developers"):
|
||||||
values["developer"] = ", ".join(data["developers"])
|
values["developer"] = ", ".join(data["developers"])
|
||||||
|
|
||||||
if data.get("type") != "game":
|
if data.get("type") not in {"game", "demo"}:
|
||||||
values["blacklisted"] = True
|
values["blacklisted"] = True
|
||||||
|
|
||||||
return values
|
return values
|
||||||
|
|||||||
Reference in New Issue
Block a user