diff options
author | Michael <michael.foiani@gmail.com> | 2022-06-07 19:22:37 -0400 |
---|---|---|
committer | Michael <michael.foiani@gmail.com> | 2022-06-07 19:22:37 -0400 |
commit | ac76c4836c61cc6564367f35e14014bb9489257b (patch) | |
tree | 1fc137ec42d50c2043c426dd4f91c48beadd163f /src/client/views/nodes/RecordingBox/RecordingView.tsx | |
parent | f4a384b194f1267d1a5a22cedf2a06edcd6e1b26 (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.tsx | 1 |
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> |