Add '1.75' playback speed

This commit is contained in:
Omar Roth 2019-07-14 10:08:46 -05:00
parent 1ae7b646b3
commit e8a56e0fea
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
3 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,7 @@
var options = {
preload: 'auto',
liveui: true,
playbackRates: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 2.0],
playbackRates: [0.25, 0.5, 0.75, 1.0, 1.25, 1.5, 1.75, 2.0],
controlBar: {
children: [
'playToggle',