diff options
author | Chocobozzz <me@florianbigard.com> | 2018-01-09 15:29:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-01-09 15:29:05 +0100 |
commit | a22bfc3ebc9f80088035774c6cfca4bd5707acd3 (patch) | |
tree | bf1fe6c80e8948af183db3edd8bf6a197857e312 /client/src/app/videos/+video-watch | |
parent | 378557ef2584e334392193b63bb2108fac6741fc (diff) | |
download | PeerTube-a22bfc3ebc9f80088035774c6cfca4bd5707acd3.tar.gz PeerTube-a22bfc3ebc9f80088035774c6cfca4bd5707acd3.tar.zst PeerTube-a22bfc3ebc9f80088035774c6cfca4bd5707acd3.zip |
Refractor peertube videojs plugin
Diffstat (limited to 'client/src/app/videos/+video-watch')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.ts b/client/src/app/videos/+video-watch/video-watch.component.ts index a27cacba3..6f5fe0b97 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -326,7 +326,6 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
326 | peertube: { | 326 | peertube: { |
327 | videoFiles: this.video.files, | 327 | videoFiles: this.video.files, |
328 | playerElement: this.playerElement, | 328 | playerElement: this.playerElement, |
329 | autoplay: this.isAutoplay(), | ||
330 | peerTubeLink: false | 329 | peerTubeLink: false |
331 | } | 330 | } |
332 | } | 331 | } |