Skip to content

Commit

Permalink
fix(HLS): Parse EXT-X-PART-INF as media playlist tag (#5311)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored and joeyparrish committed Jun 20, 2023
1 parent e462711 commit d78c080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hls/manifest_text_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ shaka.hls.ManifestTextParser.MEDIA_PLAYLIST_TAGS = [
'EXT-X-ENDLIST',
'EXT-X-SERVER-CONTROL',
'EXT-X-SKIP',
'EXT-X-PART-INF',
];


Expand Down

0 comments on commit d78c080

Please sign in to comment.