diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-09 16:30:39 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-09 16:30:39 +0100 |
commit | 234b535dacdeacfacd7ac5601e53b6b7d923ca00 (patch) | |
tree | e065d8f45fd11b23154da25d5390e6c6bd413170 /client/src/app/videos | |
parent | d77014491b339b4dcfab95c05507dd5f579a6d7d (diff) | |
download | PeerTube-234b535dacdeacfacd7ac5601e53b6b7d923ca00.tar.gz PeerTube-234b535dacdeacfacd7ac5601e53b6b7d923ca00.tar.zst PeerTube-234b535dacdeacfacd7ac5601e53b6b7d923ca00.zip |
Update dependencies
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts index 7929c1fa1..f02bae630 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -329,7 +329,9 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
329 | playerElement: this.playerElement, | 329 | playerElement: this.playerElement, |
330 | peerTubeLink: false | 330 | peerTubeLink: false |
331 | }, | 331 | }, |
332 | hotkeys: {} | 332 | hotkeys: { |
333 | enableVolumeScroll: false | ||
334 | } | ||
333 | } | 335 | } |
334 | } | 336 | } |
335 | 337 | ||