mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Update peertube-player.ts (#6753)
* Update peertube-player.ts Added 0.25x playback option * Update peertube-player.ts
This commit is contained in:
parent
1fc09ceb6a
commit
97fa8ff6ea
@ -424,7 +424,7 @@ export class PeerTubePlayer {
|
||||
|
||||
poster: this.currentLoadOptions.poster,
|
||||
inactivityTimeout: this.options.inactivityTimeout,
|
||||
playbackRates: [ 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2 ],
|
||||
playbackRates: [ 0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2 ],
|
||||
|
||||
plugins,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user