diff options
Diffstat (limited to 'client/src/standalone/videos/embed.ts')
-rw-r--r-- | client/src/standalone/videos/embed.ts | 2 |
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 | } |