aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/modal/video-download.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-watch/modal/video-download.component.html')
-rw-r--r--client/src/app/videos/+video-watch/modal/video-download.component.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-watch/modal/video-download.component.html b/client/src/app/videos/+video-watch/modal/video-download.component.html
index d30a49345..316bd635c 100644
--- a/client/src/app/videos/+video-watch/modal/video-download.component.html
+++ b/client/src/app/videos/+video-watch/modal/video-download.component.html
@@ -24,6 +24,11 @@
24 <input type="radio" name="download" id="download-direct" [(ngModel)]="downloadType" value="direct"> 24 <input type="radio" name="download" id="download-direct" [(ngModel)]="downloadType" value="direct">
25 <label i18n for="download-direct">Direct download</label> 25 <label i18n for="download-direct">Direct download</label>
26 </div> 26 </div>
27
28 <div class="peertube-radio-container">
29 <input type="radio" name="download" id="download-magnet" [(ngModel)]="downloadType" value="magnet">
30 <label i18n for="download-magnet">Torrent (magnet)</label>
31 </div>
27 </div> 32 </div>
28 33
29 <div class="form-group inputs"> 34 <div class="form-group inputs">