Skip to content

Commit

Permalink
fix: mediaSequenceValuesSubtitle was not included in the serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed May 13, 2023
1 parent e0a854d commit 9455d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class HLSVod {
lastUsedDiscSeq: this.lastUsedDiscSeq,
mediaSequenceValues: this.mediaSequenceValues,
mediaSequenceValuesAudio: this.mediaSequenceValuesAudio,
mediaSequenceValuesSubtitle: this.mediaSequenceValuesSubtitle,
sequenceAlwaysContainNewSegments: this.sequenceAlwaysContainNewSegments,
forcedDemuxMode: this.forcedDemuxMode,
dummySubtitleEndpoint: this.dummySubtitleEndpoint,
Expand Down

0 comments on commit 9455d7b

Please sign in to comment.