Skip to content

Commit

Permalink
chore(Demo): Allow set defaultPresentationDelay with decimal values (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Jan 6, 2025
1 parent 3c2b3cf commit ca71c1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ shakaDemo.Config = class {
/* canBeZero= */ false,
/* canBeUnset= */ true)
.addNumberInput_('Default Presentation Delay',
'manifest.defaultPresentationDelay')
'manifest.defaultPresentationDelay',
/* canBeDecimal= */ true,
/* canBeZero= */ true)
.addBoolInput_('Disable Audio', 'manifest.disableAudio')
.addBoolInput_('Disable Video', 'manifest.disableVideo')
.addBoolInput_('Disable Text', 'manifest.disableText')
Expand Down

0 comments on commit ca71c1e

Please sign in to comment.