From 3c909a5cfccc807d335e5fe330bb9a4e4c28cf4a Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sun, 17 May 2020 21:00:18 +0800 Subject: [PATCH] improve error report --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,