mirror of https://github.com/Chocobozzz/PeerTube
Add 1.75 option to playback rates
parent
a786d8a08b
commit
088447758f
|
@ -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,
|
||||
|
||||
|
|
Loading…
Reference in New Issue