mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Fix import video file lock
This commit is contained in:
parent
94bb740b49
commit
9a3db678f5
7 changed files with 19 additions and 9 deletions
|
@ -10,6 +10,7 @@ export abstract class AbstractJobBuilder {
|
|||
videoFile: MVideoFile
|
||||
isNewVideo: boolean
|
||||
user: MUserId
|
||||
videoFileAlreadyLocked: boolean
|
||||
}): Promise<any>
|
||||
|
||||
abstract createTranscodingJobs (options: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue