mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
hotfix/server: correctly load old topic
This commit is contained in:
@@ -129,7 +129,7 @@ class GetTranscriptTopic(BaseModel):
|
||||
if not topic.words:
|
||||
# In previous version, words were missing
|
||||
# Just output a segment with speaker 0
|
||||
text = topic.text
|
||||
text = topic.transcript
|
||||
segments = [
|
||||
GetTranscriptSegmentTopic(
|
||||
text=topic.text,
|
||||
|
||||
Reference in New Issue
Block a user