diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.ts | 2 |
1 files changed, 1 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 66ef0399a..b1dd3d10b 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.ts +++ b/client/src/app/videos/+video-watch/video-watch.component.ts | |||
@@ -341,7 +341,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy { | |||
341 | const videojsOptions = { | 341 | const videojsOptions = { |
342 | controls: true, | 342 | controls: true, |
343 | autoplay: this.isAutoplay(), | 343 | autoplay: this.isAutoplay(), |
344 | playbackRates: [0.5, 1, 1.25, 1.5, 2], | 344 | playbackRates: [ 0.5, 1, 1.5, 2 ], |
345 | plugins: { | 345 | plugins: { |
346 | peertube: { | 346 | peertube: { |
347 | videoFiles: this.video.files, | 347 | videoFiles: this.video.files, |