diff options
Diffstat (limited to 'client/src/standalone')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts index f44aca9c3..e27eadc8b 100644 --- a/client/src/standalone/videos/embed.ts +++ b/client/src/standalone/videos/embed.ts | |||
@@ -42,7 +42,8 @@ loadVideoInfo(videoId, (err, videoInfo) => { | |||
42 | videoFiles: videoInfo.files, | 42 | videoFiles: videoInfo.files, |
43 | playerElement: videoElement, | 43 | playerElement: videoElement, |
44 | peerTubeLink: true | 44 | peerTubeLink: true |
45 | } | 45 | }, |
46 | hotkeys: {} | ||
46 | } | 47 | } |
47 | } | 48 | } |
48 | videojs('video-container', videojsOptions, function () { | 49 | videojs('video-container', videojsOptions, function () { |