We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0023dc1 commit de41b0aCopy full SHA for de41b0a
src/controller/base-stream-controller.ts
@@ -445,7 +445,8 @@ export default class BaseStreamController
445
if (
446
__USE_INTERSTITALS__ &&
447
config.interstitialsController &&
448
- config.enableInterstitialPlayback !== false
+ config.enableInterstitialPlayback !== false &&
449
+ frag.type !== PlaylistLevelType.SUBTITLE
450
) {
451
// Do not load fragments outside the buffering schedule segment
452
const interstitials = this.hls.interstitialsManager;
0 commit comments