From c2023a9f027deb310248ad751cc96a21a8e1ed03 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 5 Dec 2019 17:26:58 +0100 Subject: Add ability to update icons content --- client/src/app/videos/+video-watch/video-watch.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/videos') 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 { const { playerMode, playerOptions } = await this.hooks.wrapFun( this.buildPlayerManagerOptions.bind(this), params, + 'video-watch', + 'filter:internal.video-watch.player.build-options.params', 'filter:internal.video-watch.player.build-options.result' ) -- cgit v1.2.3