@spash/frontlib 0.0.21-beta.12 → 0.0.21-beta.13
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/main.js +2 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -25294,8 +25294,8 @@ const Aw = /* @__PURE__ */ _e(pw, [["render", yw]]), Ew = { class: "relative min
|
|
|
25294
25294
|
};
|
|
25295
25295
|
return An(() => {
|
|
25296
25296
|
d.value = b.value.filter((V) => !["-1", "game"].includes(V.id)).map((V) => V.id);
|
|
25297
|
-
}), jt(d, (V) => {
|
|
25298
|
-
O(), V.length || (d.value = ["-1"]);
|
|
25297
|
+
}), jt([d, h], ([V, Z]) => {
|
|
25298
|
+
O(), V.length || (d.value = ["-1"]), Z.length || (h.value = ["-1"]);
|
|
25299
25299
|
}), jt(o, (V) => {
|
|
25300
25300
|
var $;
|
|
25301
25301
|
const Z = V > (($ = document.querySelector("#videoPlayer")) == null ? void 0 : $.duration);
|