diff options
Diffstat (limited to 'server')
-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 |