pb-sxp-ui 1.0.89 → 1.0.90
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.cjs +1 -1
- package/dist/index.min.cjs.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/pb-ui.js +1 -1
- package/dist/pb-ui.js.map +1 -1
- package/dist/pb-ui.min.js +1 -1
- package/dist/pb-ui.min.js.map +1 -1
- package/es/core/components/SxpPageRender/VideoWidget/index.js +1 -1
- package/lib/core/components/SxpPageRender/VideoWidget/index.js +1 -1
- package/package.json +1 -1
@@ -179,7 +179,7 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
|
|
179
179
|
if (Hls.isSupported()) {
|
180
180
|
const hls = new Hls();
|
181
181
|
hls.loadSource(videoSrc);
|
182
|
-
hls.attachMedia(videoRef
|
182
|
+
hls.attachMedia(videoRef);
|
183
183
|
}
|
184
184
|
else {
|
185
185
|
videoRef.src = videoSrc;
|
@@ -182,7 +182,7 @@ const VideoWidget = ({ rec, index, height, data, muted, activeIndex, videoPostCo
|
|
182
182
|
if (hls_js_1.default.isSupported()) {
|
183
183
|
const hls = new hls_js_1.default();
|
184
184
|
hls.loadSource(videoSrc);
|
185
|
-
hls.attachMedia(videoRef
|
185
|
+
hls.attachMedia(videoRef);
|
186
186
|
}
|
187
187
|
else {
|
188
188
|
videoRef.src = videoSrc;
|