Skip to content

Commit

Permalink
Update TaskController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
angrave authored Nov 14, 2023
1 parent 0ccec7c commit 6a58369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClassTranscribeServer/Controllers/TaskController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private void createDescriptionsIfNone(Video v, TextData scenedata)
foreach (JObject scene in scenes)
{
StringBuilder sb = new StringBuilder();
var again = False;
var again = false;
foreach (string phrase in scene["phrases"])
{
sb.Append(again ? '\n' : '\"' );
Expand Down

0 comments on commit 6a58369

Please sign in to comment.