@gcorevideo/player 2.19.11 → 2.19.12

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
@@ -42748,7 +42748,6 @@ class Player {
42748
42748
  this.rootNode = rootNode;
42749
42749
  const coreOptions = $.extend(true, {
42750
42750
  allowUserInteraction: true,
42751
- autoPlay: false,
42752
42751
  debug: 'none',
42753
42752
  events: this.events,
42754
42753
  height: rootNode.clientHeight,
@@ -42767,6 +42766,7 @@ class Player {
42767
42766
  source: source ? source.source : undefined,
42768
42767
  mimeType: source ? source.mimeType : undefined,
42769
42768
  }, this.config, {
42769
+ autoPlay: false, // TODO write a test to check it's reset to false
42770
42770
  sources,
42771
42771
  });
42772
42772
  return coreOptions;
@@ -42830,7 +42830,7 @@ class Player {
42830
42830
  }
42831
42831
  }
42832
42832
 
42833
- var version$1 = "2.19.11";
42833
+ var version$1 = "2.19.12";
42834
42834
 
42835
42835
  var packages = {
42836
42836
  "node_modules/@clappr/core": {
@@ -51172,7 +51172,6 @@ class SourceController extends CorePlugin {
51172
51172
  else {
51173
51173
  this.sync = noSync;
51174
51174
  }
51175
- // TODO bind to CORE_ACTIVE_CONTAINER_CHANGED
51176
51175
  this.bindContainerEventListeners();
51177
51176
  if (this.active) {
51178
51177
  this.core.activeContainer?.getPlugin('poster_custom')?.disable();