1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Fix import video file lock

This commit is contained in:
Chocobozzz 2023-05-02 13:38:00 +02:00 committed by Chocobozzz
parent 94bb740b49
commit 9a3db678f5
7 changed files with 19 additions and 9 deletions

View file

@ -23,7 +23,8 @@ async function processTranscodingJobBuilder (job: Job) {
video,
videoFile,
user
user,
videoFileAlreadyLocked: false
})
}