You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I would change the quality in the GUI, I'd get the following error in the console in Chrome (and the quality would not change):
video.min.js:12 VIDEOJS: ERROR: TypeError: Cannot set properties of undefined (setting 'selected')
at b.<anonymous> (silvermine-videojs-quality-selector.js:3443:22)
at a.dispatcher.a.dispatcher (video.min.js:12:12786)
at ht (video.min.js:12:13782)
at b.trigger (video.min.js:12:17775)
at o.value (silvermine-videojs-quality-selector.js:3276:23)
at o.handleClick_ (video.min.js:12:84197)
at a.dispatcher.a.dispatcher (video.min.js:12:12786)
When I changed the src of the first, i.e., initially selected source, everything worked as expected. I guess that this is a bug?
The text was updated successfully, but these errors were encountered:
I initially had a snippet like this one:
When I would change the quality in the GUI, I'd get the following error in the console in Chrome (and the quality would not change):
When I changed the
src
of the first, i.e., initially selectedsource
, everything worked as expected. I guess that this is a bug?The text was updated successfully, but these errors were encountered: