feat: real-time download progress, cancel support, admin auto-poll
This commit is contained in:
@@ -57,6 +57,7 @@ class VideoInfo(BaseModel):
|
||||
file_size: int
|
||||
duration: int
|
||||
status: str
|
||||
progress: int = 0
|
||||
error_message: str = ""
|
||||
created_at: datetime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user