@evercam/ui 0.0.59 → 0.0.60
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.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +2 -2
- package/CHANGELOG.md +0 -25
package/dist/index.mjs
CHANGED
|
@@ -4693,6 +4693,7 @@ const he = n0.exports, h1 = new Intl.NumberFormat(void 0, {
|
|
|
4693
4693
|
var o;
|
|
4694
4694
|
if (!e.fatal)
|
|
4695
4695
|
return;
|
|
4696
|
+
this.$emit("hls-error", e);
|
|
4696
4697
|
const r = e.type === J.ErrorTypes.NETWORK_ERROR, n = e.type === J.ErrorTypes.MEDIA_ERROR, i = r && ((o = e.networkDetails) == null ? void 0 : o.status) === 404, a = this.$refs.player, s = () => this.fallbackSrc && (a == null ? void 0 : a.currentSrc) !== this.fallbackSrc, u = () => this.initHls(this.fallbackSrc), l = () => {
|
|
4697
4698
|
if (s()) {
|
|
4698
4699
|
u();
|
|
@@ -4938,7 +4939,7 @@ var i0 = function() {
|
|
|
4938
4939
|
a0,
|
|
4939
4940
|
!1,
|
|
4940
4941
|
null,
|
|
4941
|
-
"
|
|
4942
|
+
"c8a047eb",
|
|
4942
4943
|
null,
|
|
4943
4944
|
null
|
|
4944
4945
|
);
|