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
Explain in detail the exact steps necessary to reproduce the issue.
Build new dist
Load test page
get error
Results
Expected
Please describe what you expected to see.
No error
Actual
Please describe what actually happened.
Error in console
Error output
If there are any errors at all, please include them here.
Uncaught TypeError: this.playlist_.get is not a function
at PlaylistPlugin.loadPlaylistItem (videojs-playlist.js:651:36)
at PlaylistPlugin.loadFirstItem (videojs-playlist.js:669:19)```
## Additional Information
Please include any additional information necessary here. Including the following:
### versions
#### videojs
what version of videojs does this occur with?
whatever is defined in package.json
#### browsers
what browser are affected?
#### OSes
what platforms (operating systems and devices) are affected?
### plugins
are any videojs plugins being used on the page? If so, please list them below.
NO
.get() does not exist, it should be .getItems()
The text was updated successfully, but these errors were encountered:
Description
Briefly describe the issue.
Include a reduced test case.
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
Please describe what you expected to see.
No error
Actual
Please describe what actually happened.
Error in console
Error output
If there are any errors at all, please include them here.
The text was updated successfully, but these errors were encountered: