diff options
Diffstat (limited to 'server/lib/transcoding')
-rw-r--r-- | server/lib/transcoding/transcoding.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/transcoding/transcoding.ts b/server/lib/transcoding/transcoding.ts index 736e96e65..d83c5419f 100644 --- a/server/lib/transcoding/transcoding.ts +++ b/server/lib/transcoding/transcoding.ts | |||
@@ -46,6 +46,7 @@ async function optimizeOriginalVideofile (options: { | |||
46 | const transcodeDirectory = CONFIG.STORAGE.TMP_DIR | 46 | const transcodeDirectory = CONFIG.STORAGE.TMP_DIR |
47 | const newExtname = '.mp4' | 47 | const newExtname = '.mp4' |
48 | 48 | ||
49 | // Will be released by our transcodeVOD function once ffmpeg is ran | ||
49 | const inputFileMutexReleaser = await VideoPathManager.Instance.lockFiles(video.uuid) | 50 | const inputFileMutexReleaser = await VideoPathManager.Instance.lockFiles(video.uuid) |
50 | 51 | ||
51 | try { | 52 | try { |