Skip to content

Commit 7906967

Browse files
authored
Merge pull request #415 from classtranscribe/Preserve-CaptionType-OnEdit
Preserve CaptionType OnEdit
2 parents bd8b9c7 + 2550269 commit 7906967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ClassTranscribeServer/Controllers/CaptionsController.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public async Task<ActionResult<Caption>> PostCaption(Caption modifiedCaption)
7474
Begin = oldCaption.Begin,
7575
End = oldCaption.End,
7676
Index = oldCaption.Index,
77+
CaptionType = oldCaption.CaptionType,
7778
Text = modifiedCaption.Text,
7879
TranscriptionId = oldCaption.TranscriptionId
7980
};

0 commit comments

Comments
 (0)