From ce8d0b5aaeb968d774ab2390461eec687d4730f4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 Jul 2023 16:22:27 +0200 Subject: Remove deprecated scheduler --- server/lib/job-queue/handlers/video-live-ending.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/lib/job-queue') diff --git a/server/lib/job-queue/handlers/video-live-ending.ts b/server/lib/job-queue/handlers/video-live-ending.ts index 982280b55..070d1d7a2 100644 --- a/server/lib/job-queue/handlers/video-live-ending.ts +++ b/server/lib/job-queue/handlers/video-live-ending.ts @@ -189,7 +189,7 @@ async function replaceLiveByReplay (options: { await assignReplayFilesToVideo({ video: videoWithFiles, replayDirectory }) - // FIXME: should not happen in this function + // Should not happen in this function, but we keep the code if in the future we can replace the permanent live by a replay if (permanentLive) { // Remove session replay await remove(replayDirectory) } else { // We won't stream again in this live, we can delete the base replay directory -- cgit v1.2.3