Skip to content

Commit

Permalink
Merge pull request #205 from duncanhealy/patch-1
Browse files Browse the repository at this point in the history
fix: speaker order in episode 1
  • Loading branch information
eoinsha authored Jan 10, 2025
2 parents 375410e + a62d04b commit 78755b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/_transcripts/1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"speakers": {
"spk_0": "Eoin",
"spk_1": "Luciano"
"spk_0": "Luciano",
"spk_1": "Eoin"
},
"segments": [
{
Expand Down Expand Up @@ -467,4 +467,4 @@
"text": " you at the next episode. Bye."
}
]
}
}

0 comments on commit 78755b2

Please sign in to comment.