Skip to content

Commit

Permalink
fix: trigger loader error on hls parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Oct 23, 2024
1 parent 8456cb3 commit 6085299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playlist-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ export default class PlaylistLoader extends EventTarget {
errorType: videojs.Error.StreamingHlsPlaylistParserError,
error
};
this.trigger('error');
}
}

Expand Down

0 comments on commit 6085299

Please sign in to comment.