Skip to content

Commit

Permalink
Update CaptionsController.cs
Browse files Browse the repository at this point in the history
angrave authored Nov 14, 2023
1 parent bd8b9c7 commit 2550269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ClassTranscribeServer/Controllers/CaptionsController.cs
Original file line number Diff line number Diff line change
@@ -74,6 +74,7 @@ public async Task<ActionResult<Caption>> PostCaption(Caption modifiedCaption)
Begin = oldCaption.Begin,
End = oldCaption.End,
Index = oldCaption.Index,
CaptionType = oldCaption.CaptionType,
Text = modifiedCaption.Text,
TranscriptionId = oldCaption.TranscriptionId
};

0 comments on commit 2550269

Please sign in to comment.