Skip to content

Commit

Permalink
fix: experimentalLLHLS option should always be passed (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored Apr 7, 2021
1 parent 9b77183 commit 684fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playlist-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ export default class PlaylistLoader extends EventTarget {
manifestString: req.responseText,
customTagParsers: this.customTagParsers,
customTagMappers: this.customTagMappers,
llhls: this.llhls
experimentalLLHLS: this.experimentalLLHLS
});

this.setupInitialPlaylist(manifest);
Expand Down

0 comments on commit 684fd08

Please sign in to comment.