From 1198a08cc76c9b25209e776a3cfc529584cbdd67 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 1 Mar 2018 14:14:56 +0100 Subject: Fix playback rate --- client/src/app/videos/+video-watch/video-watch.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/videos/+video-watch/video-watch.component.ts') 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 { const videojsOptions = { controls: true, autoplay: this.isAutoplay(), - playbackRates: [0.5, 1, 1.25, 1.5, 2], + playbackRates: [ 0.5, 1, 1.5, 2 ], plugins: { peertube: { videoFiles: this.video.files, -- cgit v1.2.3