Skip to content

Commit 62b2f52

Browse files
feat: support srt subtitle format (#743)
fix: programatic text-tracks in Safari (#747) fix: videojs 8 deprecation warning for videojs.bind (#744) feat: auto-fetch transcripts from language (#741) feat: allow fetching transcript from url (#737)
1 parent 4782d7c commit 62b2f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ import vttThumbnails from './vtt-thumbnails';
1919
// Lazy loaded plugins
2020
import chapters from './chapters';
2121
import imaPlugin from './ima';
22+
import interactionAreas from './interaction-areas';
2223
import playlist from './playlist';
2324
import shoppable from './shoppable-plugin';
2425
import styledTextTracks from './styled-text-tracks';
25-
import interactionAreas from './interaction-areas';
2626

2727
const plugins = {
2828
aiHighlightsGraph,

0 commit comments

Comments
 (0)