Skip to content

Commit 91352b0

Browse files
committed
Wait for dubbing transcode to complete
1 parent d223cd2 commit 91352b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/vb_export/vb_export_dubbing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ func VBExportToDubbing(ctx workflow.Context, params VBExportChildWorkflowParams)
8484
return nil, err
8585
}
8686

87-
for transcodeSelector.HasPending() {
87+
for i := 0; i < len(langs); i++ {
8888
transcodeSelector.Select(ctx)
8989
}
9090

0 commit comments

Comments
 (0)