diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-10 09:37:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-10 09:37:53 +0100 |
commit | e43b5a3fa887e82e32ac43a9736cf2c784fb7717 (patch) | |
tree | 7d6893faafaa98f4f14f40df0b4fd4658a041c77 /client/src/app | |
parent | a800dbf345e856ab790e7b3ab9a97e8c5dfa0a32 (diff) | |
download | PeerTube-e43b5a3fa887e82e32ac43a9736cf2c784fb7717.tar.gz PeerTube-e43b5a3fa887e82e32ac43a9736cf2c784fb7717.tar.zst PeerTube-e43b5a3fa887e82e32ac43a9736cf2c784fb7717.zip |
Improve live player responsive
Diffstat (limited to 'client/src/app')
-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 | ||