We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8b9c7 commit 2550269Copy full SHA for 2550269
ClassTranscribeServer/Controllers/CaptionsController.cs
@@ -74,6 +74,7 @@ public async Task<ActionResult<Caption>> PostCaption(Caption modifiedCaption)
74
Begin = oldCaption.Begin,
75
End = oldCaption.End,
76
Index = oldCaption.Index,
77
+ CaptionType = oldCaption.CaptionType,
78
Text = modifiedCaption.Text,
79
TranscriptionId = oldCaption.TranscriptionId
80
};
0 commit comments