aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r--client/src/standalone/videos/embed.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index e28d964de..bf0eb484e 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -99,7 +99,8 @@ loadLocale(window.location.origin, videojs, navigator.language)
99 enableHotkeys: true, 99 enableHotkeys: true,
100 peertubeLink: true, 100 peertubeLink: true,
101 poster: window.location.origin + videoInfo.previewPath, 101 poster: window.location.origin + videoInfo.previewPath,
102 startTime 102 startTime,
103 theaterMode: false
103 }) 104 })
104 videojs(videoContainerId, videojsOptions, function () { 105 videojs(videoContainerId, videojsOptions, function () {
105 const player = this 106 const player = this