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, 2 insertions, 0 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 7eb56eb48..543cfe3f7 100644 --- a/client/src/app/+videos/+video-watch/video-watch.component.ts +++ b/client/src/app/+videos/+video-watch/video-watch.component.ts | |||
@@ -907,6 +907,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
907 | return | 907 | return |
908 | } | 908 | } |
909 | 909 | ||
910 | console.log('Updating live views.') | ||
911 | |||
910 | this.video.views = newViews | 912 | this.video.views = newViews |
911 | } | 913 | } |
912 | 914 | ||