diff options
author | jonathanraes <jonathanraes@users.noreply.github.com> | 2018-03-01 08:26:56 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-01 08:26:56 +0100 |
commit | 57886d66718f0c2dd21f735472e35900a5059cce (patch) | |
tree | 20360fe89b7f47ce9aafc4629fc121803bfe1d3f /client/src/app/videos | |
parent | 09cababd79f9d445aa027c93cdfe823745fa041a (diff) | |
download | PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.tar.gz PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.tar.zst PeerTube-57886d66718f0c2dd21f735472e35900a5059cce.zip |
Support different playback rates (#318)
Diffstat (limited to 'client/src/app/videos')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 1 |
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, |