]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/angular/videos/components/watch/videos-watch.component.html
Add torrent informations (speed...) below the video
[github/Chocobozzz/PeerTube.git] / client / angular / videos / components / watch / videos-watch.component.html
CommitLineData
dc8bc31b
C
1<div class="embed-responsive embed-responsive-19by9">
2</div>
8cfecb2a
C
3<div id="torrent-info">
4 <div>Download: {{ downloadSpeed | bytes }}/s</div>
5 <div>Upload: {{ uploadSpeed | bytes }}/s</div>
6 <div>Number of peers: {{ numPeers }}</div>
7<div>