diff --git a/src/playlist-loader.js b/src/playlist-loader.js index 32c5b6b2e..c4f1cd16a 100644 --- a/src/playlist-loader.js +++ b/src/playlist-loader.js @@ -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);