diff options
Diffstat (limited to 'client/src/app')
-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 f048edec4..8e6d62a09 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts | |||
@@ -117,6 +117,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
117 | } | 117 | } |
118 | 118 | ||
119 | async ngOnInit () { | 119 | async ngOnInit () { |
120 | PeertubePlayerManager.initState() | ||
121 | |||
120 | this.serverConfig = this.serverService.getTmpConfig() | 122 | this.serverConfig = this.serverService.getTmpConfig() |
121 | 123 | ||
122 | this.configSub = this.serverService.getConfig() | 124 | this.configSub = this.serverService.getConfig() |