diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/videos.ts b/server/lib/activitypub/videos.ts index 783f78d3e..5150c9975 100644 --- a/server/lib/activitypub/videos.ts +++ b/server/lib/activitypub/videos.ts | |||
@@ -61,7 +61,7 @@ function fetchRemoteVideoStaticFile (video: VideoModel, path: string, reject: Fu | |||
61 | 61 | ||
62 | async function fetchRemoteVideoDescription (video: VideoModel) { | 62 | async function fetchRemoteVideoDescription (video: VideoModel) { |
63 | const host = video.VideoChannel.Account.Actor.Server.host | 63 | const host = video.VideoChannel.Account.Actor.Server.host |
64 | const path = video.getDescriptionPath() | 64 | const path = video.getDescriptionAPIPath() |
65 | const options = { | 65 | const options = { |
66 | uri: REMOTE_SCHEME.HTTP + '://' + host + path, | 66 | uri: REMOTE_SCHEME.HTTP + '://' + host + path, |
67 | json: true | 67 | json: true |