aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-12-10 09:37:53 +0100
committerChocobozzz <me@florianbigard.com>2020-12-10 09:37:53 +0100
commite43b5a3fa887e82e32ac43a9736cf2c784fb7717 (patch)
tree7d6893faafaa98f4f14f40df0b4fd4658a041c77 /client/src/app/+videos
parenta800dbf345e856ab790e7b3ab9a97e8c5dfa0a32 (diff)
downloadPeerTube-e43b5a3fa887e82e32ac43a9736cf2c784fb7717.tar.gz
PeerTube-e43b5a3fa887e82e32ac43a9736cf2c784fb7717.tar.zst
PeerTube-e43b5a3fa887e82e32ac43a9736cf2c784fb7717.zip
Improve live player responsive
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r--client/src/app/+videos/+video-watch/video-watch.component.ts2
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