Skip to content

Commit

Permalink
fix(HLS): Parse EXT-X-PART-INF as media playlist tag (shaka-project#5311
Browse files Browse the repository at this point in the history
)
  • Loading branch information
avelad committed Jun 15, 2023
1 parent 07ca8f5 commit d29f4bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hls/manifest_text_parser.js
Expand Up @@ -306,6 +306,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 d29f4bc

Please sign in to comment.