Skip to content

Commit

Permalink
Merge pull request #381 from ashuvssut/patch-2
Browse files Browse the repository at this point in the history
fix: add missing VTTin4Parser export
  • Loading branch information
DenizUgur authored Nov 2, 2024
2 parents 8f4e892 + 48ca100 commit 9fe5a53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/text-mp4.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Textin4Parser.prototype.parseConfig = function(data) {
}

if (typeof exports !== 'undefined') {
exports.VTTin4Parser = VTTin4Parser;
exports.XMLSubtitlein4Parser = XMLSubtitlein4Parser;
exports.Textin4Parser = Textin4Parser;
}

0 comments on commit 9fe5a53

Please sign in to comment.