aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/js/plyr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index a676f635..9a437383 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -42,10 +42,10 @@
defaultSpeed: 1.0,
currentSpeed: 1.0,
speeds: [
+ 0.5,
1.0,
1.5,
- 2.0,
- 0.5
+ 2.0
],
duration: null,
displayDuration: true,