aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts4
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