aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-09 15:29:05 +0100
committerChocobozzz <me@florianbigard.com>2018-01-09 15:29:05 +0100
commita22bfc3ebc9f80088035774c6cfca4bd5707acd3 (patch)
treebf1fe6c80e8948af183db3edd8bf6a197857e312 /client/src/standalone
parent378557ef2584e334392193b63bb2108fac6741fc (diff)
downloadPeerTube-a22bfc3ebc9f80088035774c6cfca4bd5707acd3.tar.gz
PeerTube-a22bfc3ebc9f80088035774c6cfca4bd5707acd3.tar.zst
PeerTube-a22bfc3ebc9f80088035774c6cfca4bd5707acd3.zip
Refractor peertube videojs plugin
Diffstat (limited to 'client/src/standalone')
-rw-r--r--client/src/standalone/videos/embed.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/standalone/videos/embed.ts b/client/src/standalone/videos/embed.ts
index 40153a51b..f44aca9c3 100644
--- a/client/src/standalone/videos/embed.ts
+++ b/client/src/standalone/videos/embed.ts
@@ -41,7 +41,6 @@ loadVideoInfo(videoId, (err, videoInfo) => {
41 peertube: { 41 peertube: {
42 videoFiles: videoInfo.files, 42 videoFiles: videoInfo.files,
43 playerElement: videoElement, 43 playerElement: videoElement,
44 autoplay: false,
45 peerTubeLink: true 44 peerTubeLink: true
46 } 45 }
47 } 46 }