aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-09 16:30:39 +0100
committerChocobozzz <me@florianbigard.com>2018-01-09 16:30:39 +0100
commit234b535dacdeacfacd7ac5601e53b6b7d923ca00 (patch)
treee065d8f45fd11b23154da25d5390e6c6bd413170 /client/src/standalone
parentd77014491b339b4dcfab95c05507dd5f579a6d7d (diff)
downloadPeerTube-234b535dacdeacfacd7ac5601e53b6b7d923ca00.tar.gz
PeerTube-234b535dacdeacfacd7ac5601e53b6b7d923ca00.tar.zst
PeerTube-234b535dacdeacfacd7ac5601e53b6b7d923ca00.zip
Update dependencies
Diffstat (limited to 'client/src/standalone')
-rw-r--r--client/src/standalone/videos/embed.ts4
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 () {