fix: admin panel shows placeholder, error msg and URL for non-done videos
This commit is contained in:
@@ -57,6 +57,7 @@ class VideoInfo(BaseModel):
|
||||
file_size: int
|
||||
duration: int
|
||||
status: str
|
||||
error_message: str = ""
|
||||
created_at: datetime
|
||||
|
||||
class Config:
|
||||
|
||||
Reference in New Issue
Block a user