Skip to content

Commit

Permalink
VP-192: json ref tweaked for transcript highlight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heidiv committed Sep 6, 2013
1 parent 4146db1 commit 2fad7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/VideoPlayer_transcript.js
Expand Up @@ -261,7 +261,7 @@ var fluid_1_5 = fluid_1_5 || {};
// Handle Universal Subtitles JSON files for transcripts
if (transcriptSource.type === "text/amarajson") {
fluid.videoPlayer.fetchAmaraJson(transcriptSource.src, transcriptSource.srclang, function (data) {
fluid.videoPlayer.transcript.parseTranscriptFile(that, data.subtitles, currentIndex, fluid.identity, "text", "start_time", "end_time");
fluid.videoPlayer.transcript.parseTranscriptFile(that, data.subtitles, currentIndex, fluid.identity, "text", "start", "end");
});
} else {
var opts = {
Expand Down

0 comments on commit 2fad7f6

Please sign in to comment.