Closed adrums86 closed 11 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
c726760
) 86.01% compared to head (46bb7e6
) 85.91%. Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing this as it didn't turn out to be the correct solution.
Description
currentMediaInfo_ is becoming undefined due to a change in playlists from ABR, this is eventually causing a call to
addOrChangeSourceBuffers
via atrackinfo
event which will throw an error trying to change the source buffer unnecessarily.Specific Changes proposed
check if
currentMediaInfo_
is defined before comparing to the trackInfo.Requirements Checklist