diff options
Diffstat (limited to 'client/src/assets/player/peertube-player-manager.ts')
-rw-r--r-- | client/src/assets/player/peertube-player-manager.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/assets/player/peertube-player-manager.ts b/client/src/assets/player/peertube-player-manager.ts index 2cbef48ea..e6d614c47 100644 --- a/client/src/assets/player/peertube-player-manager.ts +++ b/client/src/assets/player/peertube-player-manager.ts | |||
@@ -271,7 +271,7 @@ export class PeertubePlayerManager { | |||
271 | 271 | ||
272 | poster: commonOptions.poster, | 272 | poster: commonOptions.poster, |
273 | inactivityTimeout: commonOptions.inactivityTimeout, | 273 | inactivityTimeout: commonOptions.inactivityTimeout, |
274 | playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 2 ], | 274 | playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2 ], |
275 | 275 | ||
276 | plugins, | 276 | plugins, |
277 | 277 | ||