diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+videos/+video-watch/video-watch.component.ts | 1 |
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 | ||