Skip to content

Commit

Permalink
Update peertube-player.ts (#6753)
Browse files Browse the repository at this point in the history
* Update peertube-player.ts

Added 0.25x playback option

* Update peertube-player.ts
  • Loading branch information
algobuddha authored Dec 3, 2024
1 parent 1fc09ce commit 97fa8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/assets/player/peertube-player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 97fa8ff

Please sign in to comment.