mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-22 16:56:39 -06:00
Don't need contentUrl if embedUrl is set
This commit is contained in:
parent
00e0d15611
commit
374820f2c0
@ -245,7 +245,6 @@ export class TagsHtml {
|
||||
if (tags.embed.duration) schema['duration'] = tags.embed.duration
|
||||
|
||||
schema['thumbnailUrl'] = tags.image.url
|
||||
schema['contentUrl'] = tags.url
|
||||
}
|
||||
|
||||
return Hooks.wrapObject(schema, 'filter:html.client.json-ld.result', context)
|
||||
|
Loading…
Reference in New Issue
Block a user