@gcorevideo/player 2.22.7 → 2.22.9

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/core.js CHANGED
@@ -12950,6 +12950,11 @@ class DashPlayback extends BasePlayback {
12950
12950
  trace(`${T$3} dvrEnable no dash player instance`);
12951
12951
  return false;
12952
12952
  }
12953
+ trace(`${T$3} get.dvrEnabled`, {
12954
+ dvrWindowSize: this._dash?.getDVRWindowSize(),
12955
+ minDvrSize: this._minDvrSize,
12956
+ playbackType: this.getPlaybackType(),
12957
+ });
12953
12958
  return (this._dash?.getDVRWindowSize() >= this._minDvrSize &&
12954
12959
  this.getPlaybackType() === Playback.LIVE);
12955
12960
  }
@@ -43213,7 +43218,7 @@ class Player {
43213
43218
  }
43214
43219
  }
43215
43220
 
43216
- var version$1 = "2.22.7";
43221
+ var version$1 = "2.22.9";
43217
43222
 
43218
43223
  var packages = {
43219
43224
  "node_modules/@clappr/core": {