Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(playlist-plugin): expose playlist plugin version
Expose the plugin version by adding a `VERSION` property to the constructor, to retrieve the version of the component on a given player simply do: ```javascript // Retrieve the player const player = document.getElementsByTagName('video')[0].parentElement.player; // Print the component version console.log(player.pillarboxPlaylist().version()); ```
- Loading branch information