diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-05 17:26:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-05 17:26:58 +0100 |
commit | c2023a9f027deb310248ad751cc96a21a8e1ed03 (patch) | |
tree | 427caef09f6b121ce5d6fce86207cc12c54c0ebd /client/src/app/videos | |
parent | 3d9a63d3d824e753e95292b5e1343e1ebf9eaf71 (diff) | |
download | PeerTube-c2023a9f027deb310248ad751cc96a21a8e1ed03.tar.gz PeerTube-c2023a9f027deb310248ad751cc96a21a8e1ed03.tar.zst PeerTube-c2023a9f027deb310248ad751cc96a21a8e1ed03.zip |
Add ability to update icons content
Diffstat (limited to 'client/src/app/videos')
-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 | ||