aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/job-queue/handlers')
-rw-r--r--server/lib/job-queue/handlers/video-live-ending.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/job-queue/handlers/video-live-ending.ts b/server/lib/job-queue/handlers/video-live-ending.ts
index 3d9341738..55c7a4ccb 100644
--- a/server/lib/job-queue/handlers/video-live-ending.ts
+++ b/server/lib/job-queue/handlers/video-live-ending.ts
@@ -123,7 +123,7 @@ async function saveLive (video: MVideo, live: MVideoLive) {
123} 123}
124 124
125async function cleanupLive (video: MVideo, streamingPlaylist: MStreamingPlaylist) { 125async function cleanupLive (video: MVideo, streamingPlaylist: MStreamingPlaylist) {
126 const hlsDirectory = getHLSDirectory(video, false) 126 const hlsDirectory = getHLSDirectory(video)
127 127
128 await remove(hlsDirectory) 128 await remove(hlsDirectory)
129 129