aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/videos.ts')
-rw-r--r--server/lib/activitypub/videos.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts
index 2fb1f8d49..ade93150f 100644
--- a/server/lib/activitypub/videos.ts
+++ b/server/lib/activitypub/videos.ts
@@ -86,7 +86,7 @@ async function federateVideoIfNeeded (videoArg: MVideoAPWithoutCaption, isNewVid
86 video.VideoCaptions = await video.$get('VideoCaptions', { 86 video.VideoCaptions = await video.$get('VideoCaptions', {
87 attributes: [ 'language' ], 87 attributes: [ 'language' ],
88 transaction 88 transaction
89 }) as VideoCaptionModel[] 89 })
90 } 90 }
91 91
92 if (isNewVideo) { 92 if (isNewVideo) {