mirror of
https://github.com/videojs/video.js.git
synced 2025-03-03 15:12:49 +02:00
Adds `currentSource` and `currentSources` methods to the player that return the current source object, containing `currentSrc()` and `currentType()`, and all source objects that were given to the player. Fixes #2443