aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-29 14:10:24 +0100
committerChocobozzz <me@florianbigard.com>2019-11-29 14:14:47 +0100
commit43c66a91dfe5b8e101047b815ab2da8512a00904 (patch)
tree6a5d9e439e280d535baf48171c84f91be59909b9 /client/src/app/+my-account
parent20f1ec8d9d356bf961d3672c3ec771745fd4ce36 (diff)
downloadPeerTube-43c66a91dfe5b8e101047b815ab2da8512a00904.tar.gz
PeerTube-43c66a91dfe5b8e101047b815ab2da8512a00904.tar.zst
PeerTube-43c66a91dfe5b8e101047b815ab2da8512a00904.zip
Add ability to disable P2P in HLS player too
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.html2
1 files changed, 1 insertions, 1 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 6f9159ec8..17d8cde06 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
@@ -38,7 +38,7 @@
38 <div class="form-group"> 38 <div class="form-group">
39 <my-peertube-checkbox 39 <my-peertube-checkbox
40 inputName="webTorrentEnabled" formControlName="webTorrentEnabled" 40 inputName="webTorrentEnabled" formControlName="webTorrentEnabled"
41 i18n-labelText labelText="Use WebTorrent to exchange parts of the video with others" 41 i18n-labelText labelText="Use P2P to exchange parts of the video with others"
42 ></my-peertube-checkbox> 42 ></my-peertube-checkbox>
43 </div> 43 </div>
44 44