Skip to content

Commit

Permalink
Update:Add 1.7x playback speed to modal #1180
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Apr 19, 2024
1 parent d208211 commit e301b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modals/PlaybackSpeedModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default {
}
},
rates() {
return [0.5, 1, 1.2, 1.5, 2, 3]
return [0.5, 1, 1.2, 1.5, 1.7, 2, 3]
},
canIncrement() {
return this.playbackRate + 0.1 <= this.MAX_SPEED
Expand Down

0 comments on commit e301b30

Please sign in to comment.