videojs / videojs-playlist

Playlist plugin for videojs
Other
361 stars 123 forks source link

feat: add `add` and `remove` methods to modify the playlist dynamically #240

Closed misteroneill closed 1 year ago

misteroneill commented 1 year ago

Description

This was a feature request from a Brightcove customer: the ability to add or remove single items from the playlist without replacing the entire playlist. Seemed like an easy update and one that would be sensible to make!

Specific Changes proposed

Requirements Checklist