aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular/videos/components/watch/videos-watch.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/angular/videos/components/watch/videos-watch.component.html')
-rw-r--r--client/angular/videos/components/watch/videos-watch.component.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/angular/videos/components/watch/videos-watch.component.html b/client/angular/videos/components/watch/videos-watch.component.html
index f2a50eccd..9e8f50908 100644
--- a/client/angular/videos/components/watch/videos-watch.component.html
+++ b/client/angular/videos/components/watch/videos-watch.component.html
@@ -7,7 +7,7 @@
7</div> 7</div>
8 8
9<div id="torrent-info"> 9<div id="torrent-info">
10 <div>Download: {{ downloadSpeed | bytes }}/s</div> 10 <div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
11 <div>Upload: {{ uploadSpeed | bytes }}/s</div> 11 <div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
12 <div>Number of peers: {{ numPeers }}</div> 12 <div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
13<div> 13<div>