@mjhls/mjh-framework 1.0.375 → 1.0.376
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -8960,6 +8960,7 @@ var Video = function Video(_ref) {
|
|
|
8960
8960
|
AdSlot.Beam.report_beam_video('End', deviceType, duration, current, segment, 'BrightCove', chapter.playerID, chapter.accountID, chapter.mediaID);
|
|
8961
8961
|
});
|
|
8962
8962
|
|
|
8963
|
+
var queueProgress = [];
|
|
8963
8964
|
player.on('timeupdate', function (evt) {
|
|
8964
8965
|
var duration = player.mediainfo.duration;
|
|
8965
8966
|
var current = player.currentTime();
|
package/dist/esm/index.js
CHANGED
|
@@ -8957,6 +8957,7 @@ var Video = function Video(_ref) {
|
|
|
8957
8957
|
Beam.report_beam_video('End', deviceType, duration, current, segment, 'BrightCove', chapter.playerID, chapter.accountID, chapter.mediaID);
|
|
8958
8958
|
});
|
|
8959
8959
|
|
|
8960
|
+
var queueProgress = [];
|
|
8960
8961
|
player.on('timeupdate', function (evt) {
|
|
8961
8962
|
var duration = player.mediainfo.duration;
|
|
8962
8963
|
var current = player.currentTime();
|