From e301b3071cc9c0bbc02054b9e15c19f7b4ddc998 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 19 Apr 2024 14:39:00 -0500 Subject: [PATCH] Update:Add 1.7x playback speed to modal #1180 --- components/modals/PlaybackSpeedModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modals/PlaybackSpeedModal.vue b/components/modals/PlaybackSpeedModal.vue index 1e40a814d..109527bb6 100644 --- a/components/modals/PlaybackSpeedModal.vue +++ b/components/modals/PlaybackSpeedModal.vue @@ -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