fixed a bug
This commit is contained in:
@@ -455,6 +455,7 @@ def create_app(
|
||||
raise HTTPException(status_code=404, detail="Dubbing share was not found.")
|
||||
return {
|
||||
"share_id": share["share_id"],
|
||||
"video_hash": share["video_hash"],
|
||||
"title": share["title"],
|
||||
"created_at": share["created_at"],
|
||||
"segments": [
|
||||
|
||||
Reference in New Issue
Block a user