From 2550269101547885ea06c33277f66f38d8a9b809 Mon Sep 17 00:00:00 2001 From: Lawrence Angrave <4468456+angrave@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:35:33 -0600 Subject: [PATCH] Update CaptionsController.cs --- ClassTranscribeServer/Controllers/CaptionsController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ClassTranscribeServer/Controllers/CaptionsController.cs b/ClassTranscribeServer/Controllers/CaptionsController.cs index ab6b1eb1..1affc10d 100644 --- a/ClassTranscribeServer/Controllers/CaptionsController.cs +++ b/ClassTranscribeServer/Controllers/CaptionsController.cs @@ -74,6 +74,7 @@ public async Task> PostCaption(Caption modifiedCaption) Begin = oldCaption.Begin, End = oldCaption.End, Index = oldCaption.Index, + CaptionType = oldCaption.CaptionType, Text = modifiedCaption.Text, TranscriptionId = oldCaption.TranscriptionId };