diff options
Diffstat (limited to 'client/src/standalone/videos')
-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 ba906cc32..d603690ca 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -91,6 +91,7 @@ loadVideoInfo(videoId) | |||
91 | const videojsOptions = getVideojsOptions({ | 91 | const videojsOptions = getVideojsOptions({ |
92 | autoplay, | 92 | autoplay, |
93 | inactivityTimeout: 1500, | 93 | inactivityTimeout: 1500, |
94 | videoEmbedUrl: window.location.origin + videoInfo.embedPath, | ||
94 | videoViewUrl: getVideoUrl(videoId) + '/views', | 95 | videoViewUrl: getVideoUrl(videoId) + '/views', |
95 | playerElement: videoElement, | 96 | playerElement: videoElement, |
96 | videoFiles: videoInfo.files, | 97 | videoFiles: videoInfo.files, |