saltfish 0.3.64 → 0.3.66
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.
|
@@ -878,7 +878,7 @@ const playerStateMachineConfig = {
|
|
|
878
878
|
},
|
|
879
879
|
"minimized": {
|
|
880
880
|
on: {
|
|
881
|
-
"MAXIMIZE": { target: "
|
|
881
|
+
"MAXIMIZE": { target: "playing" },
|
|
882
882
|
"EXIT": { target: "closing" }
|
|
883
883
|
},
|
|
884
884
|
entry: ["logStateEntry", "pauseVideoPlayback"]
|
|
@@ -6346,6 +6346,7 @@ class VideoManager {
|
|
|
6346
6346
|
if (activeVideo.paused) {
|
|
6347
6347
|
return;
|
|
6348
6348
|
}
|
|
6349
|
+
activeVideo.muted = true;
|
|
6349
6350
|
if (this.controls) {
|
|
6350
6351
|
this.controls.updateProgressImmediate(activeVideo.currentTime, activeVideo.duration);
|
|
6351
6352
|
}
|
|
@@ -12565,7 +12566,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
|
|
|
12565
12566
|
__proto__: null,
|
|
12566
12567
|
SaltfishPlayer
|
|
12567
12568
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
12568
|
-
const version = "0.3.
|
|
12569
|
+
const version = "0.3.66";
|
|
12569
12570
|
const packageJson = {
|
|
12570
12571
|
version
|
|
12571
12572
|
};
|