diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-04 11:42:06 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-08-07 08:58:29 +0200 |
commit | 5abc96fca2496f33075796db208fccc3543e0f65 (patch) | |
tree | 72da3df83df172a7a66b9ecff9b136e171c830bf /client/src/standalone/videos/embed.html | |
parent | a4ff3100d36f2fe9a4dfc00e8487c28a94433c4f (diff) | |
download | PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.gz PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.tar.zst PeerTube-5abc96fca2496f33075796db208fccc3543e0f65.zip |
Add logic to handle playlist in embed
Diffstat (limited to 'client/src/standalone/videos/embed.html')
-rw-r--r-- | client/src/standalone/videos/embed.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client/src/standalone/videos/embed.html b/client/src/standalone/videos/embed.html index 6edf71f48..908aad940 100644 --- a/client/src/standalone/videos/embed.html +++ b/client/src/standalone/videos/embed.html | |||
@@ -19,10 +19,9 @@ | |||
19 | <div id="error-content"></div> | 19 | <div id="error-content"></div> |
20 | </div> | 20 | </div> |
21 | 21 | ||
22 | <video playsinline="true" id="video-container" class="video-js vjs-peertube-skin"> | 22 | <div id="video-wrapper"></div> |
23 | </video> | ||
24 | 23 | ||
25 | <div id="placeholder-preview" /> | 24 | <div id="placeholder-preview"></div> |
26 | 25 | ||
27 | </body> | 26 | </body> |
28 | </html> | 27 | </html> |