diff options
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index 97437ce45..334f386b6 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -536,6 +536,7 @@ export class PeerTubeEmbed { | |||
536 | videoCaptions, | 536 | videoCaptions, |
537 | inactivityTimeout: 2500, | 537 | inactivityTimeout: 2500, |
538 | videoViewUrl: this.getVideoUrl(videoInfo.uuid) + '/views', | 538 | videoViewUrl: this.getVideoUrl(videoInfo.uuid) + '/views', |
539 | videoShortUUID: videoInfo.shortUUID, | ||
539 | videoUUID: videoInfo.uuid, | 540 | videoUUID: videoInfo.uuid, |
540 | 541 | ||
541 | isLive: videoInfo.isLive, | 542 | isLive: videoInfo.isLive, |