Update peertube-player.ts (#6753)

* Update peertube-player.ts

Added 0.25x playback option

* Update peertube-player.ts
This commit is contained in:
Subh B 2024-12-03 14:23:50 +05:30 committed by GitHub
parent 1fc09ceb6a
commit 97fa8ff6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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