aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-02-09 10:20:40 +0000
committerSam Potts <sam@potts.es>2020-02-09 10:20:40 +0000
commit59e3ef7248e8e151fecc32add5c1746705bc3aae (patch)
treeac0868c2a487153cf61e503da40a3ef9fd7aec97 /src/js
parent0b1c480729e3f2b1124b147663781549052de202 (diff)
downloadplyr-59e3ef7248e8e151fecc32add5c1746705bc3aae.tar.lz
plyr-59e3ef7248e8e151fecc32add5c1746705bc3aae.tar.xz
plyr-59e3ef7248e8e151fecc32add5c1746705bc3aae.zip
Comments
Diffstat (limited to 'src/js')
-rw-r--r--src/js/config/defaults.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/config/defaults.js b/src/js/config/defaults.js
index aeff6efc..289764e4 100644
--- a/src/js/config/defaults.js
+++ b/src/js/config/defaults.js
@@ -85,7 +85,7 @@ const defaults = {
// Speed default and options to display
speed: {
selected: 1,
- // The options to display in the UI, if available for the source media (e.g. Vimeo does not support 4x)
+ // The options to display in the UI, if available for the source media (e.g. Vimeo and YouTube only support 0.5x-4x)
options: [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 4],
},