@gcorevideo/player 2.19.9 → 2.19.10

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/index.js CHANGED
@@ -42863,7 +42863,7 @@ class Player {
42863
42863
  }
42864
42864
  }
42865
42865
 
42866
- var version$1 = "2.19.9";
42866
+ var version$1 = "2.19.10";
42867
42867
 
42868
42868
  var packages = {
42869
42869
  "node_modules/@clappr/core": {
@@ -51192,7 +51192,7 @@ class SourceController extends CorePlugin {
51192
51192
  */
51193
51193
  bindEvents() {
51194
51194
  super.bindEvents();
51195
- this.listenTo(this.core, Events$1.CORE_READY, () => this.onReady());
51195
+ this.listenTo(this.core, Events$1.CORE_ACTIVE_CONTAINER_CHANGED, () => this.onReady());
51196
51196
  }
51197
51197
  onReady() {
51198
51198
  trace(`${T} onReady`, {