diff options
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.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, |