Skip to content

Conversation

@avelad
Copy link
Member

@avelad avelad commented Nov 27, 2025

No description provided.

@avelad avelad added type: bug Something isn't working correctly component: HLS The issue involves Apple's HLS manifest format priority: P2 Smaller impact or easy workaround labels Nov 27, 2025
@avelad avelad added this to the v5.0 milestone Nov 27, 2025
@avelad avelad requested review from matvp91 and tykus160 November 27, 2025 13:07
@shaka-bot
Copy link
Collaborator

Incremental code coverage: 100.00%

Comment on lines +1482 to +1488
const groupedTags = {};
for (const tag of subtitleTags) {
const key = tag.getTagKey(!this.contentSteeringManager_);
if (!groupedTags[key]) {
groupedTags[key] = [tag];
} else {
groupedTags[key].push(tag);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could use shaka.util.MultiMap for grouping.

@avelad avelad merged commit 2100fd1 into shaka-project:main Nov 28, 2025
34 of 35 checks passed
@avelad avelad deleted the PATHWAY-ID-subs-hls branch November 28, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: HLS The issue involves Apple's HLS manifest format priority: P2 Smaller impact or easy workaround type: bug Something isn't working correctly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants