From 684fd089727a5e8995bf5fce141058c8c683c1aa Mon Sep 17 00:00:00 2001 From: Brandon Casey <2381475+brandonocasey@users.noreply.github.com> Date: Wed, 7 Apr 2021 17:28:04 -0400 Subject: [PATCH] fix: experimentalLLHLS option should always be passed (#1114) --- src/playlist-loader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);