aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-21 17:01:24 +0100
committerChocobozzz <me@florianbigard.com>2019-11-25 10:59:46 +0100
commit5a71acd2547c098657ae6e0e31e0862094585088 (patch)
treeb7d9792bc99f01ef4d1f4c9dc7822a50a48f7d5f /client/src/standalone/videos/embed.ts
parentd441f2ed78c004e62766394b2437f6089f2b4ca5 (diff)
downloadPeerTube-5a71acd2547c098657ae6e0e31e0862094585088.tar.gz
PeerTube-5a71acd2547c098657ae6e0e31e0862094585088.tar.zst
PeerTube-5a71acd2547c098657ae6e0e31e0862094585088.zip
Disable webtorrent support in client
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r--client/src/standalone/videos/embed.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index 19d2a1d02..896d90de2 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -207,7 +207,7 @@ export class PeerTubeEmbed {
207 segmentsSha256Url: hlsPlaylist.segmentsSha256Url, 207 segmentsSha256Url: hlsPlaylist.segmentsSha256Url,
208 redundancyBaseUrls: hlsPlaylist.redundancies.map(r => r.baseUrl), 208 redundancyBaseUrls: hlsPlaylist.redundancies.map(r => r.baseUrl),
209 trackerAnnounce: videoInfo.trackerUrls, 209 trackerAnnounce: videoInfo.trackerUrls,
210 videoFiles: videoInfo.files 210 videoFiles: hlsPlaylist.files
211 } as P2PMediaLoaderOptions 211 } as P2PMediaLoaderOptions
212 }) 212 })
213 } 213 }