aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/videos
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/activitypub/videos')
-rw-r--r--server/lib/activitypub/videos/refresh.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/activitypub/videos/refresh.ts b/server/lib/activitypub/videos/refresh.ts
index 82b3b13bf..a7b82f286 100644
--- a/server/lib/activitypub/videos/refresh.ts
+++ b/server/lib/activitypub/videos/refresh.ts
@@ -22,6 +22,8 @@ async function refreshVideoIfNeeded (options: {
22 22
23 const lTags = loggerTagsFactory('ap', 'video', 'refresh', video.uuid, video.url) 23 const lTags = loggerTagsFactory('ap', 'video', 'refresh', video.uuid, video.url)
24 24
25 logger.info('Refreshing video %s.', video.url, lTags())
26
25 try { 27 try {
26 const { videoObject } = await fetchRemoteVideo(video.url) 28 const { videoObject } = await fetchRemoteVideo(video.url)
27 29