aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/schedulers/videos-redundancy-scheduler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/schedulers/videos-redundancy-scheduler.ts')
-rw-r--r--server/lib/schedulers/videos-redundancy-scheduler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/schedulers/videos-redundancy-scheduler.ts b/server/lib/schedulers/videos-redundancy-scheduler.ts
index 24d340a73..91625ccb5 100644
--- a/server/lib/schedulers/videos-redundancy-scheduler.ts
+++ b/server/lib/schedulers/videos-redundancy-scheduler.ts
@@ -365,7 +365,7 @@ export class VideosRedundancyScheduler extends AbstractScheduler {
365 // We need more attributes and check if the video still exists 365 // We need more attributes and check if the video still exists
366 const getVideoOptions = { 366 const getVideoOptions = {
367 videoObject: videoUrl, 367 videoObject: videoUrl,
368 syncParam: { rates: false, shares: false, comments: false, thumbnail: false, refreshVideo: true }, 368 syncParam: { rates: false, shares: false, comments: false, refreshVideo: true },
369 fetchType: 'all' as 'all' 369 fetchType: 'all' as 'all'
370 } 370 }
371 const { video } = await getOrCreateAPVideo(getVideoOptions) 371 const { video } = await getOrCreateAPVideo(getVideoOptions)