Skip to content

Commit

Permalink
feat: support srt subtitle format (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsi committed Dec 9, 2024
1 parent fd911a6 commit 46b77b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ import vttThumbnails from './vtt-thumbnails';
// Lazy loaded plugins
import chapters from './chapters';
import imaPlugin from './ima';
import interactionAreas from './interaction-areas';
import playlist from './playlist';
import shoppable from './shoppable-plugin';
import styledTextTracks from './styled-text-tracks';
import interactionAreas from './interaction-areas';

const plugins = {
aiHighlightsGraph,
Expand Down

0 comments on commit 46b77b1

Please sign in to comment.