diff options
Diffstat (limited to 'server/lib/activitypub')
-rw-r--r-- | server/lib/activitypub/videos.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts index cd1bc4e06..54cea542f 100644 --- a/server/lib/activitypub/videos.ts +++ b/server/lib/activitypub/videos.ts | |||
@@ -396,6 +396,8 @@ async function refreshVideoIfNeeded (options: { | |||
396 | } | 396 | } |
397 | await retryTransactionWrapper(updateVideoFromAP, updateOptions) | 397 | await retryTransactionWrapper(updateVideoFromAP, updateOptions) |
398 | await syncVideoExternalAttributes(video, videoObject, options.syncParam) | 398 | await syncVideoExternalAttributes(video, videoObject, options.syncParam) |
399 | |||
400 | return video | ||
399 | } catch (err) { | 401 | } catch (err) { |
400 | logger.warn('Cannot refresh video %s.', options.video.url, { err }) | 402 | logger.warn('Cannot refresh video %s.', options.video.url, { err }) |
401 | return video | 403 | return video |