mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Support progress for ffmpeg tasks
This commit is contained in:
parent
d44cdcd766
commit
3b01f4c0ac
8 changed files with 71 additions and 34 deletions
|
@ -23,6 +23,7 @@ export interface Job {
|
|||
state: JobState
|
||||
type: JobType
|
||||
data: any
|
||||
progress: number
|
||||
error: any
|
||||
createdAt: Date | string
|
||||
finishedOn: Date | string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue