@clappr/player 0.11.5 → 0.11.6
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/dist/clappr.js
CHANGED
|
@@ -11658,7 +11658,7 @@
|
|
|
11658
11658
|
WaterMark: WaterMarkPlugin
|
|
11659
11659
|
};
|
|
11660
11660
|
|
|
11661
|
-
var version = "0.11.
|
|
11661
|
+
var version = "0.11.6";
|
|
11662
11662
|
for (var _i = 0, _Object$values = Object.values(Plugins); _i < _Object$values.length; _i++) {
|
|
11663
11663
|
var plugin = _Object$values[_i];
|
|
11664
11664
|
Loader.registerPlugin(plugin);
|
|
@@ -40304,6 +40304,11 @@
|
|
|
40304
40304
|
get: function get() {
|
|
40305
40305
|
return this._hls.latency;
|
|
40306
40306
|
}
|
|
40307
|
+
}, {
|
|
40308
|
+
key: "liveSyncPosition",
|
|
40309
|
+
get: function get() {
|
|
40310
|
+
return this._hls.liveSyncPosition;
|
|
40311
|
+
}
|
|
40307
40312
|
}, {
|
|
40308
40313
|
key: "currentProgramDateTime",
|
|
40309
40314
|
get: function get() {
|