aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-04 16:06:03 +0200
committerChocobozzz <me@florianbigard.com>2020-06-23 16:57:35 +0200
commit7ede74add2d41958f3aad0053afc812698f261a0 (patch)
tree3a367952321e64455604f708b286a8aff5f7700e /client/src/app
parent275350614fbb83b3cd51e52d74428860d696c6c7 (diff)
downloadPeerTube-7ede74add2d41958f3aad0053afc812698f261a0.tar.gz
PeerTube-7ede74add2d41958f3aad0053afc812698f261a0.tar.zst
PeerTube-7ede74add2d41958f3aad0053afc812698f261a0.zip
Support player hotkeys when it is not focused
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts1
1 files changed, 0 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 5b0b34c80..933e6c51f 100644
--- a/client/src/app/+videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/+videos/+video-watch/video-watch.component.ts
@@ -467,7 +467,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
467 467
468 this.zone.runOutsideAngular(async () => { 468 this.zone.runOutsideAngular(async () => {
469 this.player = await PeertubePlayerManager.initialize(playerMode, playerOptions, player => this.player = player) 469 this.player = await PeertubePlayerManager.initialize(playerMode, playerOptions, player => this.player = player)
470 this.player.focus()
471 470
472 this.player.on('customError', ({ err }: { err: any }) => this.handleError(err)) 471 this.player.on('customError', ({ err }: { err: any }) => this.handleError(err))
473 472