Skip to content

Commit

Permalink
fix(HLS): Assign EXT-X-TILES to segment tags (#7864)
Browse files Browse the repository at this point in the history
Fixes #7861
  • Loading branch information
avelad authored and joeyparrish committed Jan 10, 2025
1 parent b3686a7 commit d472447
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 @@ -313,4 +313,5 @@ shaka.hls.ManifestTextParser.SEGMENT_TAGS = [
'EXT-X-DATERANGE',
'EXT-X-MAP',
'EXT-X-GAP',
'EXT-X-TILES',
];

0 comments on commit d472447

Please sign in to comment.