Skip to content

Commit

Permalink
Fix forced subtitles in multithread scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jan 31, 2024
1 parent f979e78 commit d134224
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/manifest/adaptation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export default class Adaptation implements IAdaptationMetadata {
type: this.type,
isSupported: this.isSupported,
language: this.language,
isForcedSubtitles: this.isForcedSubtitles,
isClosedCaption: this.isClosedCaption,
isAudioDescription: this.isAudioDescription,
isSignInterpreted: this.isSignInterpreted,
Expand Down

0 comments on commit d134224

Please sign in to comment.