jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

smoothPlayBar not settable after construction #300

Open mike-tomko-codebaby opened 9 years ago

mike-tomko-codebaby commented 9 years ago

While the docs indicate that smoothPlayBar is settable after constructing (as it has the †), I have found that this is not, in fact, the case. _setOption() does not include smoothPlayBar in its switch case which means it will never update the option. Either the developer docs are outdated, or this option got missed in the _setOption() switch case.