From 8cfecb2ad70062edd448b00c57db241ad3d257cc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 28 Apr 2016 20:40:56 +0200 Subject: Add torrent informations (speed...) below the video --- client/angular/videos/components/watch/videos-watch.component.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/angular/videos/components/watch/videos-watch.component.html') diff --git a/client/angular/videos/components/watch/videos-watch.component.html b/client/angular/videos/components/watch/videos-watch.component.html index e47222751..1ec0b1e19 100644 --- a/client/angular/videos/components/watch/videos-watch.component.html +++ b/client/angular/videos/components/watch/videos-watch.component.html @@ -1,2 +1,7 @@
+
+
Download: {{ downloadSpeed | bytes }}/s
+
Upload: {{ uploadSpeed | bytes }}/s
+
Number of peers: {{ numPeers }}
+
-- cgit v1.2.3