aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-10-17 10:47:01 +0200
committerChocobozzz <me@florianbigard.com>2018-10-17 10:47:15 +0200
commita73115f31ae891cb47759f075b1d2cead40817a4 (patch)
treefd07d89fa58eaa31dbacf0fdef408809eebd19a0 /client/src/app/+my-account
parented638e5325096ef580da20f370ac61c59cd48cf7 (diff)
downloadPeerTube-a73115f31ae891cb47759f075b1d2cead40817a4.tar.gz
PeerTube-a73115f31ae891cb47759f075b1d2cead40817a4.tar.zst
PeerTube-a73115f31ae891cb47759f075b1d2cead40817a4.zip
Fix webtorrent disabling
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
index 50f798c79..8be8a66cc 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
+++ b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html
@@ -15,17 +15,6 @@
15 </div> 15 </div>
16 </div> 16 </div>
17 17
18 <div class="form-group">
19 <label i18n for="webTorrentEnabled">Policy regarding P2P technologies</label>
20
21 <div class="peertube-select-container">
22 <select id="webTorrentEnabled" formControlName="webTorrentEnabled">
23 <option i18n value="enable">Enable WebTorrent</option>
24 <option i18n value="disable">Disable WebTorrent</option>
25 </select>
26 </div>
27 </div>
28
29 <my-peertube-checkbox 18 <my-peertube-checkbox
30 inputName="webTorrentEnabled" formControlName="webTorrentEnabled" 19 inputName="webTorrentEnabled" formControlName="webTorrentEnabled"
31 i18n-labelText labelText="Use WebTorrent to exchange parts of the video with others" 20 i18n-labelText labelText="Use WebTorrent to exchange parts of the video with others"