Add 1.75 option to playback rates

pull/3896/head
ltsallas 2021-03-25 17:03:14 +02:00 committed by Chocobozzz
parent a786d8a08b
commit 088447758f
1 changed files with 1 additions and 1 deletions

View 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,