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