aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-08 10:46:41 +0100
committerChocobozzz <me@florianbigard.com>2018-01-08 10:46:41 +0100
commit28832412d145e3c36bcc62df79ef3af791535622 (patch)
treea408c88f8f634e1521b0bb07785d90bae111584b /client/src/app/videos
parent76d36e0b355f41fb46709ba5e39c59b10087c6a9 (diff)
downloadPeerTube-28832412d145e3c36bcc62df79ef3af791535622.tar.gz
PeerTube-28832412d145e3c36bcc62df79ef3af791535622.tar.zst
PeerTube-28832412d145e3c36bcc62df79ef3af791535622.zip
Fix lint
Diffstat (limited to 'client/src/app/videos')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts2
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 (