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, 1 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 d4b60b001..32c847785 100644 --- a/client/src/app/videos/video-watch/video-watch.component.ts +++ b/client/src/app/videos/video-watch/video-watch.component.ts | |||
@@ -31,7 +31,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
31 | error: boolean = false; | 31 | error: boolean = false; |
32 | loading: boolean = false; | 32 | loading: boolean = false; |
33 | numPeers: number; | 33 | numPeers: number; |
34 | player: VideoJSPlayer; | 34 | player: videojs.Player; |
35 | playerElement: Element; | 35 | playerElement: Element; |
36 | uploadSpeed: number; | 36 | uploadSpeed: number; |
37 | userRating: RateType = null; | 37 | userRating: RateType = null; |