mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
fix: initialize missing status for platforms and update rom missing status handling
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user