fix: add missing categories keys to table links

This commit is contained in:
Richard Macias
2025-05-30 14:51:25 -05:00
parent 7fef62c0de
commit 6af6ba4135
4 changed files with 73 additions and 87 deletions

View File

@@ -10,6 +10,7 @@ def make_obtainium_link(app):
"url": app["url"],
"author": app["author"],
"name": app["name"],
"categories": app["categories"],
"preferredApkIndex": app.get("preferredApkIndex", 0),
"additionalSettings": app.get("additionalSettings", ""),
}