We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22e546 commit 8b1bbafCopy full SHA for 8b1bbaf
demo/config.js
@@ -213,7 +213,9 @@ shakaDemo.Config = class {
213
/* canBeZero= */ false,
214
/* canBeUnset= */ true)
215
.addNumberInput_('Default Presentation Delay',
216
- 'manifest.defaultPresentationDelay')
+ 'manifest.defaultPresentationDelay',
217
+ /* canBeDecimal= */ true,
218
+ /* canBeZero= */ true)
219
.addBoolInput_('Disable Audio', 'manifest.disableAudio')
220
.addBoolInput_('Disable Video', 'manifest.disableVideo')
221
.addBoolInput_('Disable Text', 'manifest.disableText')
0 commit comments