]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+videos/+video-watch/video-watch.component.ts
Fix comments count
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / video-watch.component.ts
index 7eb56eb48121d00ea432d092278d075898257d99..543cfe3f74b016f0c54bdaa19252cf0ddb782d18 100644 (file)
@@ -907,6 +907,8 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
       return
     }
 
+    console.log('Updating live views.')
+
     this.video.views = newViews
   }