Skip to content

Commit

Permalink
FIXED TIMESTAMP START-END BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeybird248 committed Nov 6, 2024
1 parent 6a7b90b commit a6f1faf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a6f1faf

Please sign in to comment.