mirror of https://github.com/Chocobozzz/PeerTube
Remove invalid jsonld property
parent
3458e8ba0d
commit
0cda019c1d
|
@ -495,7 +495,6 @@ class ClientHtml {
|
||||||
schema['uploadDate'] = tags.embed.createdAt
|
schema['uploadDate'] = tags.embed.createdAt
|
||||||
|
|
||||||
if (tags.embed.duration) schema['duration'] = tags.embed.duration
|
if (tags.embed.duration) schema['duration'] = tags.embed.duration
|
||||||
if (tags.embed.views) schema['iterationCount'] = tags.embed.views
|
|
||||||
|
|
||||||
schema['thumbnailUrl'] = tags.image.url
|
schema['thumbnailUrl'] = tags.image.url
|
||||||
schema['contentUrl'] = tags.url
|
schema['contentUrl'] = tags.url
|
||||||
|
|
Loading…
Reference in New Issue