diff options
author | Chocobozzz <me@florianbigard.com> | 2023-04-11 14:06:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-04-11 14:06:46 +0200 |
commit | 0cda019c1d1f77e06e524362880c38e93b1f5c70 (patch) | |
tree | 8d1b3c60a1b3249d72f861c666b8b91c61a8d886 /server/lib/client-html.ts | |
parent | 3458e8ba0d3543233444137589e7f79e4be44763 (diff) | |
download | PeerTube-0cda019c1d1f77e06e524362880c38e93b1f5c70.tar.gz PeerTube-0cda019c1d1f77e06e524362880c38e93b1f5c70.tar.zst PeerTube-0cda019c1d1f77e06e524362880c38e93b1f5c70.zip |
Remove invalid jsonld property
Diffstat (limited to 'server/lib/client-html.ts')
-rw-r--r-- | server/lib/client-html.ts | 1 |
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 |