aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/videos')
-rw-r--r--client/angular/videos/components/watch/videos-watch.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.ts b/client/angular/videos/components/watch/videos-watch.component.ts
index 6ac2787ed..3d1829b99 100644
--- a/client/angular/videos/components/watch/videos-watch.component.ts
+++ b/client/angular/videos/components/watch/videos-watch.component.ts
@@ -22,7 +22,7 @@ export class VideosWatchComponent implements OnInit, CanDeactivate {
22 numPeers: number; 22 numPeers: number;
23 loading: boolean = false; 23 loading: boolean = false;
24 24
25 private _interval: number; 25 private _interval: NodeJS.Timer;
26 private client: any; 26 private client: any;
27 27
28 constructor( 28 constructor(