diff options
author | Sam Potts <sam@potts.es> | 2020-02-09 10:20:40 +0000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2020-02-09 10:20:40 +0000 |
commit | 59e3ef7248e8e151fecc32add5c1746705bc3aae (patch) | |
tree | ac0868c2a487153cf61e503da40a3ef9fd7aec97 /src/js | |
parent | 0b1c480729e3f2b1124b147663781549052de202 (diff) | |
download | plyr-59e3ef7248e8e151fecc32add5c1746705bc3aae.tar.lz plyr-59e3ef7248e8e151fecc32add5c1746705bc3aae.tar.xz plyr-59e3ef7248e8e151fecc32add5c1746705bc3aae.zip |
Comments
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/config/defaults.js | 2 |
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], }, |