diff options
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 2 |
1 files changed, 2 insertions, 0 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 523865fef..adf6dc12f 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -418,6 +418,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
418 | const { playerMode, playerOptions } = await this.hooks.wrapFun( | 418 | const { playerMode, playerOptions } = await this.hooks.wrapFun( |
419 | this.buildPlayerManagerOptions.bind(this), | 419 | this.buildPlayerManagerOptions.bind(this), |
420 | params, | 420 | params, |
421 | 'video-watch', | ||
422 | 'filter:internal.video-watch.player.build-options.params', | ||
421 | 'filter:internal.video-watch.player.build-options.result' | 423 | 'filter:internal.video-watch.player.build-options.result' |
422 | ) | 424 | ) |
423 | 425 | ||