Skip to content

Commit

Permalink
chore: Fix unreleased HLS playback regression (#5159)
Browse files Browse the repository at this point in the history
Fix a regression caused by
fdc5cb1
  • Loading branch information
avelad authored Apr 19, 2023
1 parent 382f316 commit bd9df5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hls/hls_parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1668,6 +1668,7 @@ shaka.hls.HlsParser = class {
const variant = {
id: this.globalId_++,
language: audioStream ? audioStream.language : 'und',
disabledUntilTime: 0,
primary: (!!audioStream && audioStream.primary) ||
(!!videoStream && videoStream.primary),
audio: audioStream,
Expand Down

0 comments on commit bd9df5a

Please sign in to comment.