]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/assets/player/peertube-player-manager.ts
Add 1.75 option to playback rates
[github/Chocobozzz/PeerTube.git] / client / src / assets / player / peertube-player-manager.ts
index 2cbef48ea06197c181afc42316fdb906bfe6f800..e6d614c47011303e5d839562d9bdd7abbc2d981f 100644 (file)
@@ -271,7 +271,7 @@ export class PeertubePlayerManager {
 
       poster: commonOptions.poster,
       inactivityTimeout: commonOptions.inactivityTimeout,
-      playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 2 ],
+      playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2 ],
 
       plugins,