diff --git a/server/core/lib/job-queue/handlers/shared/move-video.ts b/server/core/lib/job-queue/handlers/shared/move-video.ts index e056e9657..9aeb55353 100644 --- a/server/core/lib/job-queue/handlers/shared/move-video.ts +++ b/server/core/lib/job-queue/handlers/shared/move-video.ts @@ -38,7 +38,7 @@ export async function moveToJob (options: { } if (video.VideoStreamingPlaylists) { - logger.debug('Moving HLS playlist of %s.', video.uuid) + logger.debug('Moving HLS playlist of %s.', video.uuid, lTags) await moveHLSFiles(video) }