fix: admin panel shows placeholder, error msg and URL for non-done videos

This commit is contained in:
mini
2026-02-19 00:11:09 +08:00
parent 0299aea39b
commit 8e31c4b954
2 changed files with 61 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ class VideoInfo(BaseModel):
file_size: int
duration: int
status: str
error_message: str = ""
created_at: datetime
class Config: