fix: initialize missing status for platforms and update rom missing status handling

This commit is contained in:
zurdi
2025-06-12 12:05:16 +00:00
parent df59e8ebc5
commit 6a77f3a100
2 changed files with 8 additions and 13 deletions

View File

@@ -90,6 +90,7 @@ def get_supported_platforms(request: Request) -> list[PlatformSchema]:
"created_at": now,
"updated_at": now,
"fs_size_bytes": 0,
"missing": False,
}
if platform["name"] in db_platforms_map: