aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/RecordingView.tsx
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2022-06-07 19:22:37 -0400
committerMichael <michael.foiani@gmail.com>2022-06-07 19:22:37 -0400
commitac76c4836c61cc6564367f35e14014bb9489257b (patch)
tree1fc137ec42d50c2043c426dd4f91c48beadd163f /src/client/views/nodes/RecordingBox/RecordingView.tsx
parentf4a384b194f1267d1a5a22cedf2a06edcd6e1b26 (diff)
got basic ui for segmentation to work - W overall
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingView.tsx')
-rw-r--r--src/client/views/nodes/RecordingBox/RecordingView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingView.tsx b/src/client/views/nodes/RecordingBox/RecordingView.tsx
index 2420c126f..640e4f5f2 100644
--- a/src/client/views/nodes/RecordingBox/RecordingView.tsx
+++ b/src/client/views/nodes/RecordingBox/RecordingView.tsx
@@ -351,6 +351,7 @@ export function RecordingView(props: IRecordingViewProps) {
<ProgressBar
videos={videos}
+ setVideos={setVideos}
// playSegment={playSegment}
/>
</div>