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 15726f90b..127a0dd8a 100644
--- a/server/lib/activitypub/videos.ts
+++ b/server/lib/activitypub/videos.ts
@@ -336,7 +336,7 @@ async function updateVideoFromAP (options: {
336 } 336 }
337 337
338 const to = overrideTo || videoObject.to 338 const to = overrideTo || videoObject.to
339 const videoData = await videoActivityObjectToDBAttributes(channel, videoObject, to) 339 const videoData = videoActivityObjectToDBAttributes(channel, videoObject, to)
340 video.name = videoData.name 340 video.name = videoData.name
341 video.uuid = videoData.uuid 341 video.uuid = videoData.uuid
342 video.url = videoData.url 342 video.url = videoData.url