Skip to content

Commit

Permalink
fix: respect characteristics when creating stream object
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-telia committed Nov 30, 2022
1 parent f904583 commit 4677753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hls/hls_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2032,7 +2032,7 @@ shaka.hls.HlsParser = class {
width: undefined,
height: undefined,
bandwidth: undefined,
roles: [],
roles: characteristics ? [characteristics] : [],
forced,
channelsCount,
audioSamplingRate: null,
Expand Down

0 comments on commit 4677753

Please sign in to comment.