@remotion/player 4.0.154 → 4.0.155
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/cjs/PlayerUI.js +1 -0
- package/dist/esm/index.mjs +1 -0
- package/package.json +2 -2
package/dist/cjs/PlayerUI.js
CHANGED
|
@@ -186,6 +186,7 @@ const PlayerUI = ({ controls, style, loop, autoPlay, allowFullscreen, inputProps
|
|
|
186
186
|
let timeout = null;
|
|
187
187
|
let stopped = false;
|
|
188
188
|
const onBuffer = () => {
|
|
189
|
+
stopped = false;
|
|
189
190
|
requestAnimationFrame(() => {
|
|
190
191
|
if (bufferStateDelayInMilliseconds === 0) {
|
|
191
192
|
setShowBufferState(true);
|
package/dist/esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/player",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.155",
|
|
4
4
|
"description": "Remotion Player",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"types": "dist/cjs/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
],
|
|
29
29
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"remotion": "4.0.
|
|
31
|
+
"remotion": "4.0.155"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|