diff options
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/assets/player/peertube-player.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-player.ts b/client/src/assets/player/peertube-player.ts index 7e53d2142..0f9836c5e 100644 --- a/client/src/assets/player/peertube-player.ts +++ b/client/src/assets/player/peertube-player.ts | |||
@@ -49,7 +49,7 @@ function getVideojsOptions (options: { | |||
49 | poster: options.poster, | 49 | poster: options.poster, |
50 | autoplay: false, | 50 | autoplay: false, |
51 | inactivityTimeout: options.inactivityTimeout, | 51 | inactivityTimeout: options.inactivityTimeout, |
52 | playbackRates: [ 0.5, 1, 1.5, 2 ], | 52 | playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 2 ], |
53 | plugins: { | 53 | plugins: { |
54 | peertube: { | 54 | peertube: { |
55 | autoplay: options.autoplay, // Use peertube plugin autoplay because we get the file by webtorrent | 55 | autoplay: options.autoplay, // Use peertube plugin autoplay because we get the file by webtorrent |