fix: match installed by manifest_id only, add manifest_id field
This commit is contained in:
@@ -587,6 +587,7 @@ async def api_market_upload(file: UploadFile = File(...), name: str = "", catego
|
||||
"name": actual_name, "category": actual_category, "author": actual_author,
|
||||
"version": actual_version, "supported_games": supported,
|
||||
"icon": icon, "description": desc, "dashb_pending": "true",
|
||||
"manifest_id": manifest.get("id", ""),
|
||||
},
|
||||
files={"file": (file.filename, zip_data, file.content_type)},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user