diff options
Diffstat (limited to 'client/src/app/videos')
-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 01e4bbf4a..a27cacba3 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -28,7 +28,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
28 | @ViewChild('videoShareModal') videoShareModal: VideoShareComponent | 28 | @ViewChild('videoShareModal') videoShareModal: VideoShareComponent |
29 | @ViewChild('videoReportModal') videoReportModal: VideoReportComponent | 29 | @ViewChild('videoReportModal') videoReportModal: VideoReportComponent |
30 | 30 | ||
31 | otherVideos: Video[] = [] | ||
32 | otherVideosDisplayed: Video[] = [] | 31 | otherVideosDisplayed: Video[] = [] |
33 | 32 | ||
34 | error = false | 33 | error = false |
@@ -47,6 +46,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
47 | videoHTMLDescription = '' | 46 | videoHTMLDescription = '' |
48 | likesBarTooltipText = '' | 47 | likesBarTooltipText = '' |
49 | 48 | ||
49 | private otherVideos: Video[] = [] | ||
50 | private paramsSub: Subscription | 50 | private paramsSub: Subscription |
51 | 51 | ||
52 | constructor ( | 52 | constructor ( |