We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a78953 commit 06fef10Copy full SHA for 06fef10
1 file changed
ClassTranscribeServer/Controllers/CaptionsController.cs
@@ -99,8 +99,8 @@ public async Task<ActionResult<Caption>> PostCaption(Caption modifiedCaption)
99
}
100
Caption newCaption = new Caption
101
{
102
- Begin = oldCaption.Begin,
103
- End = oldCaption.End,
+ Begin = modifiedCaption.Begin,
+ End = modifiedCaption.End,
104
Index = oldCaption.Index,
105
CaptionType = oldCaption.CaptionType,
106
Text = modifiedCaption.Text,
0 commit comments