Skip to content

Commit

Permalink
Merge pull request #414 from classtranscribe/AutomaticDescriptions2
Browse files Browse the repository at this point in the history
Add Captions
  • Loading branch information
angrave authored Nov 8, 2023
2 parents fb9fe92 + 1c33441 commit bd8b9c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ClassTranscribeServer/Controllers/TaskController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ private void createDescriptionsIfNone(Video v, TextData scenedata)
CaptionType = CaptionType.AudioDescription,
Text = scene["phrases"]?.ToString()
};

captions.Add(c);
}
_logger.LogInformation($"{v.Id}: {index} entries added");
var transcription = new Transcription()
Expand Down

0 comments on commit bd8b9c7

Please sign in to comment.