diff options
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 1 |
1 files changed, 0 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 f6f043b9c..1c2317c52 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -32,7 +32,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
32 | otherVideosDisplayed: Video[] = [] | 32 | otherVideosDisplayed: Video[] = [] |
33 | 33 | ||
34 | error = false | 34 | error = false |
35 | loading = false | ||
36 | player: videojs.Player | 35 | player: videojs.Player |
37 | playerElement: HTMLVideoElement | 36 | playerElement: HTMLVideoElement |
38 | userRating: UserVideoRateType = null | 37 | userRating: UserVideoRateType = null |