]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove invalid jsonld property
authorChocobozzz <me@florianbigard.com>
Tue, 11 Apr 2023 12:06:46 +0000 (14:06 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 11 Apr 2023 12:06:46 +0000 (14:06 +0200)
server/lib/client-html.ts

index 81b3fff027d6ec28bbc83eebe4dd299c8187fcb3..8530cbcc288b06b95dde9c3ea6c9ed05f6a9f23a 100644 (file)
@@ -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