aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-04-11 14:06:46 +0200
committerChocobozzz <me@florianbigard.com>2023-04-11 14:06:46 +0200
commit0cda019c1d1f77e06e524362880c38e93b1f5c70 (patch)
tree8d1b3c60a1b3249d72f861c666b8b91c61a8d886
parent3458e8ba0d3543233444137589e7f79e4be44763 (diff)
downloadPeerTube-0cda019c1d1f77e06e524362880c38e93b1f5c70.tar.gz
PeerTube-0cda019c1d1f77e06e524362880c38e93b1f5c70.tar.zst
PeerTube-0cda019c1d1f77e06e524362880c38e93b1f5c70.zip
Remove invalid jsonld property
-rw-r--r--server/lib/client-html.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/lib/client-html.ts b/server/lib/client-html.ts
index 81b3fff02..8530cbcc2 100644
--- a/server/lib/client-html.ts
+++ b/server/lib/client-html.ts
@@ -495,7 +495,6 @@ class ClientHtml {
495 schema['uploadDate'] = tags.embed.createdAt 495 schema['uploadDate'] = tags.embed.createdAt
496 496
497 if (tags.embed.duration) schema['duration'] = tags.embed.duration 497 if (tags.embed.duration) schema['duration'] = tags.embed.duration
498 if (tags.embed.views) schema['iterationCount'] = tags.embed.views
499 498
500 schema['thumbnailUrl'] = tags.image.url 499 schema['thumbnailUrl'] = tags.image.url
501 schema['contentUrl'] = tags.url 500 schema['contentUrl'] = tags.url