fix: template
This commit is contained in:
@@ -252,7 +252,8 @@ class TemplateManager:
|
||||
duration=draft_content.get('duration', 0),
|
||||
material_count=len(materials),
|
||||
track_count=len(draft_content.get('tracks', [])),
|
||||
tags=[]
|
||||
tags=[],
|
||||
draft_content=draft_content # 设置 draft_content
|
||||
)
|
||||
|
||||
# Save to metadata
|
||||
|
||||
Reference in New Issue
Block a user