aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
diff options
context:
space:
mode:
authorjonathanraes <jonathanraes@users.noreply.github.com>2018-03-01 08:26:56 +0100
committerChocobozzz <me@florianbigard.com>2018-03-01 08:26:56 +0100
commit57886d66718f0c2dd21f735472e35900a5059cce (patch)
tree20360fe89b7f47ce9aafc4629fc121803bfe1d3f /client/src/app/videos/+video-watch/video-watch.component.ts
parent09cababd79f9d445aa027c93cdfe823745fa041a (diff)
downloadPeerTube-57886d66718f0c2dd21f735472e35900a5059cce.tar.gz
PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.tar.zst
PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.zip
Support different playback rates (#318)
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.ts')
-rw-r--r--client/src/app/videos/+video-watch/video-watch.component.ts1
1 files changed, 1 insertions, 0 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 662380d96..585ab2e00 100644
--- a/client/src/app/videos/+video-watch/video-watch.component.ts
+++ b/client/src/app/videos/+video-watch/video-watch.component.ts
@@ -340,6 +340,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
340 const videojsOptions = { 340 const videojsOptions = {
341 controls: true, 341 controls: true,
342 autoplay: this.isAutoplay(), 342 autoplay: this.isAutoplay(),
343 playbackRates: [0.5, 1, 1.25, 1.5, 2],
343 plugins: { 344 plugins: {
344 peertube: { 345 peertube: {
345 videoFiles: this.video.files, 346 videoFiles: this.video.files,