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.
2 parents bd8b9c7 + 2550269 commit 7906967Copy full SHA for 7906967
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