react-covideo-embed 1.0.88 → 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.
|
@@ -70,7 +70,7 @@ let oc = {
|
|
|
70
70
|
headers: {
|
|
71
71
|
Authorization: `Bearer ${s0}`,
|
|
72
72
|
...wo !== void 0 ? { ApiKey: wo } : {},
|
|
73
|
-
[x2]: "1.0.
|
|
73
|
+
[x2]: "1.0.90"
|
|
74
74
|
}
|
|
75
75
|
};
|
|
76
76
|
const Le = Kr.create({
|
|
@@ -79,7 +79,7 @@ const Le = Kr.create({
|
|
|
79
79
|
"Content-Type": "application/json",
|
|
80
80
|
Authorization: `Bearer ${s0}`,
|
|
81
81
|
...wo !== void 0 ? { ApiKey: wo } : {},
|
|
82
|
-
[x2]: "1.0.
|
|
82
|
+
[x2]: "1.0.90"
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
85
|
g0.extend(W7);
|
|
@@ -8459,7 +8459,8 @@ const wv = async (e, i) => (await Le.get(`/share/quickshare/${e}`, {
|
|
|
8459
8459
|
thumbnail: h.thumbnail,
|
|
8460
8460
|
image: (h == null ? void 0 : h.image) || "",
|
|
8461
8461
|
html: h.html,
|
|
8462
|
-
token: s0
|
|
8462
|
+
token: s0,
|
|
8463
|
+
videoId: g.videoId.toString()
|
|
8463
8464
|
})), e();
|
|
8464
8465
|
},
|
|
8465
8466
|
onError: (h) => {
|
|
@@ -10266,7 +10267,8 @@ const Cb = p.div`
|
|
|
10266
10267
|
thumbnail: We || "",
|
|
10267
10268
|
image: e.thumbnail || "",
|
|
10268
10269
|
html: we,
|
|
10269
|
-
token: s0
|
|
10270
|
+
token: s0,
|
|
10271
|
+
videoId: e.id.toString()
|
|
10270
10272
|
};
|
|
10271
10273
|
C == null || C(Ke), setTimeout(() => {
|
|
10272
10274
|
qe || E === G0.ALWAYS.value && K({ message: c("Video marked as Sent") });
|