aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib')
-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 432bade1f..0b1ae76ff 100644
--- a/server/lib/schedulers/videos-redundancy-scheduler.ts
+++ b/server/lib/schedulers/videos-redundancy-scheduler.ts
@@ -113,7 +113,7 @@ export class VideosRedundancyScheduler extends AbstractScheduler {
113 const getVideoOptions = { 113 const getVideoOptions = {
114 videoObject: file.Video.url, 114 videoObject: file.Video.url,
115 syncParam: { likes: false, dislikes: false, shares: false, comments: false, thumbnail: false, refreshVideo: true }, 115 syncParam: { likes: false, dislikes: false, shares: false, comments: false, thumbnail: false, refreshVideo: true },
116 fetchType: 'only-video' as 'only-video' 116 fetchType: 'all' as 'all'
117 } 117 }
118 const { video } = await getOrCreateVideoAndAccountAndChannel(getVideoOptions) 118 const { video } = await getOrCreateVideoAndAccountAndChannel(getVideoOptions)
119 119