Skip to content

Commit

Permalink
Update src/parse-stream.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Jul 2, 2024
1 parent 13c2885 commit 38415a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/parse-stream.js
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,8 @@ export default class ParseStream extends Stream {
type: 'tag',
tagType: 'i-frames-only'
});
return;
}

match = (/^#EXT-X-CONTENT-STEERING:(.*)$/).exec(newLine);
if (match) {
Expand Down

0 comments on commit 38415a9

Please sign in to comment.