@yoobic/yobi 7.7.124 → 7.7.125

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.
@@ -64205,6 +64205,7 @@ const YooVideoPlayerVideojsComponent = class {
64205
64205
  onFixSource(newSrc) {
64206
64206
  var _a;
64207
64207
  if (((_a = this.player) === null || _a === void 0 ? void 0 : _a.src) && newSrc) {
64208
+ newSrc.withCredentials = true;
64208
64209
  this.player.src(newSrc);
64209
64210
  this.player.load();
64210
64211
  }
@@ -328,6 +328,7 @@ export class YooVideoPlayerVideojsComponent {
328
328
  onFixSource(newSrc) {
329
329
  var _a;
330
330
  if (((_a = this.player) === null || _a === void 0 ? void 0 : _a.src) && newSrc) {
331
+ newSrc.withCredentials = true;
331
332
  this.player.src(newSrc);
332
333
  this.player.load();
333
334
  }