From 0cda019c1d1f77e06e524362880c38e93b1f5c70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 11 Apr 2023 14:06:46 +0200 Subject: [PATCH] Remove invalid jsonld property --- server/lib/client-html.ts | 1 - 1 file changed, 1 deletion(-) 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 { schema['uploadDate'] = tags.embed.createdAt if (tags.embed.duration) schema['duration'] = tags.embed.duration - if (tags.embed.views) schema['iterationCount'] = tags.embed.views schema['thumbnailUrl'] = tags.image.url schema['contentUrl'] = tags.url