aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/video-watch/video-watch.component.html
blob: 353cb2241c0a04e387d2270ebd5b1488edb4bdff (plain) (blame)
1
2
3
4
5
6
7
8
9
<div class="embed-responsive embed-responsive-19by9">
  <my-loader [loading]="loading"></my-loader>
</div>

<div id="torrent-info">
  <div id="torrent-info-download">Download: {{ downloadSpeed | bytes }}/s</div>
  <div id="torrent-info-upload">Upload: {{ uploadSpeed | bytes }}/s</div>
  <div id="torrent-info-peers">Number of peers: {{ numPeers }}</div>
<div>