diff --git a/src/screens/Watch/Components/Transcriptions/TranscriptText/index.js b/src/screens/Watch/Components/Transcriptions/TranscriptText/index.js index 64fd7e8b2..89318aa80 100644 --- a/src/screens/Watch/Components/Transcriptions/TranscriptText/index.js +++ b/src/screens/Watch/Components/Transcriptions/TranscriptText/index.js @@ -11,7 +11,7 @@ import { } from '../../../Utils'; export default function TranscriptText({ caption = {}, /* isCurrent = false, */ dispatch }) { - const { text = '', id, begin, kind } = caption; + const { text = '', id, begin, end, kind } = caption; const handleSeek = () => { const time = timeStrToSec(begin);