diff --git a/src/App.jsx b/src/App.jsx index a4a3eff3..9b865e2e 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -944,7 +944,7 @@ const App = memo(() => { externalStreamFiles, mainStreams, copyStreamIdsByFile, - cutSegments, + cutSegments: cutSegments.map(s => ({ start: s.start, end: s.end })), fileFormatData, rotation, shortestFlag,