@spash/frontlib 0.0.9 → 0.0.10
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
|
@@ -24250,7 +24250,7 @@ const kb = /* @__PURE__ */ fe({
|
|
|
24250
24250
|
default: Pe(() => [
|
|
24251
24251
|
gt(" - 5 "),
|
|
24252
24252
|
Gb,
|
|
24253
|
-
gt("
|
|
24253
|
+
gt(" SEC ")
|
|
24254
24254
|
]),
|
|
24255
24255
|
_: 1
|
|
24256
24256
|
})
|
|
@@ -24628,7 +24628,7 @@ const oI = {
|
|
|
24628
24628
|
var k;
|
|
24629
24629
|
Qt.isSupported() ? (a.value = new Qt(), g.value = !1, a.value.loadSource(i.value), a.value.attachMedia(l.value), a.value.on(Qt.Events.FRAG_BUFFERED, () => {
|
|
24630
24630
|
const V = localStorage.getItem("cameraTimecode");
|
|
24631
|
-
V && (
|
|
24631
|
+
V && (localStorage.removeItem("cameraTimecode"), l.value.currentTime = parseInt(V)), c.value = !0, l.value.play();
|
|
24632
24632
|
}), a.value.on(Qt.Events.LEVEL_LOADED, (V, $) => {
|
|
24633
24633
|
m.value = Math.floor($.details.totalduration), d.value = !0;
|
|
24634
24634
|
}), a.value.on(Qt.Events.ERROR, () => {
|