This commit is contained in:
root 2025-07-12 23:29:21 +08:00
parent ee1efe5f29
commit 10c802a96b
1 changed files with 0 additions and 1 deletions

View File

@ -684,7 +684,6 @@ PostgreSQL 驱动 psycopg2 未安装。请安装:
duration=row['duration'],
material_count=row['material_count'],
track_count=row['track_count'],
draft_content=row["draft_content"],
tags=row['tags'] if isinstance(row['tags'], list) else [],
is_cloud=row['is_cloud'],
user_id=row['user_id'],