X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Fcontrollers%2Fservices.ts;h=99a33a716a158cb70060dfada8c76e4bdc96a1b0;hb=5f04dd2f743961e0a06c29531cc3ccc9e4928d56;hp=4bbe56a8a6b1c16e47dbba265037da46cec87483;hpb=164174a6abac3e391e95d479a98749e20eb86f34;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/controllers/services.ts b/server/controllers/services.ts index 4bbe56a8a..99a33a716 100644 --- a/server/controllers/services.ts +++ b/server/controllers/services.ts @@ -47,7 +47,7 @@ function generateOEmbed (req: express.Request, res: express.Response, next: expr width: embedWidth, height: embedHeight, title: video.name, - author_name: video.Author.name, + author_name: video.VideoChannel.Author.name, provider_name: 'PeerTube', provider_url: webserverUrl }