diff --git a/src/App.jsx b/src/App.jsx index c48ebbf3..db5f8795 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -913,7 +913,7 @@ const App = memo(() => { } finally { setWorking(); } - }, [filePath, html5FriendlyPath, resetState, working]); + }, [filePath, html5FriendlyPath, resetState, working, dummyVideoPath]); const outSegments = useMemo(() => (invertCutSegments ? inverseCutSegments : apparentCutSegments), [invertCutSegments, inverseCutSegments, apparentCutSegments]);