@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.
- package/dist/cjs/yoo-videoplayer-videojs.cjs.entry.js +1 -0
- package/dist/collection/components/core/video-player/videoplayer-videojs/videoplayer-videojs.js +1 -0
- package/dist/design-system/design-system.esm.js +1 -1
- package/dist/design-system/{p-ac9dd690.entry.js → p-499ef7cb.entry.js} +1 -1
- package/dist/esm/yoo-videoplayer-videojs.entry.js +1 -0
- package/dist/types/components/core/video-player/videoplayer-videojs/videoplayer-videojs.d.ts +1 -0
- package/package.json +1 -1
|
@@ -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
|
}
|
package/dist/collection/components/core/video-player/videoplayer-videojs/videoplayer-videojs.js
CHANGED
|
@@ -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
|
}
|