mirror of https://github.com/Chocobozzz/PeerTube
Add author_url in oembed response
parent
0892f756aa
commit
49799b165e
|
@ -56,6 +56,7 @@ function generateOEmbed (req: express.Request, res: express.Response, next: expr
|
|||
height: embedHeight,
|
||||
title: video.name,
|
||||
author_name: video.VideoChannel.Account.name,
|
||||
author_url: video.VideoChannel.Account.Actor.url,
|
||||
provider_name: 'PeerTube',
|
||||
provider_url: webserverUrl
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue