This commit is contained in:
Sam Potts 2020-02-09 10:20:40 +00:00
parent 0b1c480729
commit 59e3ef7248

View File

@ -85,7 +85,7 @@ const defaults = {
// Speed default and options to display // Speed default and options to display
speed: { speed: {
selected: 1, 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], options: [0.5, 0.75, 1, 1.25, 1.5, 1.75, 2, 4],
}, },