mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2026-02-04 09:56:47 +00:00
Revert transcript text broadcast to empty string
Empty string was intentional - reverting my incorrect fix
This commit is contained in:
@@ -1198,8 +1198,8 @@ async def finalize(input: PipelineInput, ctx: Context) -> FinalizeResult:
|
|||||||
transcript,
|
transcript,
|
||||||
"TRANSCRIPT",
|
"TRANSCRIPT",
|
||||||
TranscriptText(
|
TranscriptText(
|
||||||
text=merged_transcript.text,
|
text="",
|
||||||
translation=merged_transcript.translation,
|
translation=None,
|
||||||
),
|
),
|
||||||
logger=logger,
|
logger=logger,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user