aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/RecordingView.tsx
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@Michaels-MacBook-Pro-5.local>2022-06-08 02:49:39 -0400
committerMichael Foiani <sotech117@Michaels-MacBook-Pro-5.local>2022-06-08 02:49:39 -0400
commitd570ab0d8ea08363c651caf8ee67c43c5a5823a3 (patch)
treeb4c9283709b91e0bedc4ec82e655aac6c90e1ace /src/client/views/nodes/RecordingBox/RecordingView.tsx
parentc656abad84ac56c3067a48ca6d34d567e3fcdd88 (diff)
got it to run, but not concatenating - only first video
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingView.tsx')
-rw-r--r--src/client/views/nodes/RecordingBox/RecordingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingView.tsx b/src/client/views/nodes/RecordingBox/RecordingView.tsx
index 1e9ce22f1..aea7f56b5 100644
--- a/src/client/views/nodes/RecordingBox/RecordingView.tsx
+++ b/src/client/views/nodes/RecordingBox/RecordingView.tsx
@@ -69,7 +69,7 @@ export function RecordingView(props: IRecordingViewProps) {
const { name } = videoFile;
inputPaths.push(name)
- });
+ })
console.log(videoFiles)