diff options
-rw-r--r-- | server/controllers/services.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/controllers/services.ts b/server/controllers/services.ts index 1dd8e28e5..bd4404b62 100644 --- a/server/controllers/services.ts +++ b/server/controllers/services.ts | |||
@@ -56,6 +56,7 @@ function generateOEmbed (req: express.Request, res: express.Response, next: expr | |||
56 | height: embedHeight, | 56 | height: embedHeight, |
57 | title: video.name, | 57 | title: video.name, |
58 | author_name: video.VideoChannel.Account.name, | 58 | author_name: video.VideoChannel.Account.name, |
59 | author_url: video.VideoChannel.Account.Actor.url, | ||
59 | provider_name: 'PeerTube', | 60 | provider_name: 'PeerTube', |
60 | provider_url: webserverUrl | 61 | provider_url: webserverUrl |
61 | } | 62 | } |