Skip to content

Commit

Permalink
add additional condition
Browse files Browse the repository at this point in the history
should allow tests to pass now
  • Loading branch information
ziddey committed Mar 30, 2021
1 parent 00951c4 commit 52e1549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dash-playlist-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const dashPlaylistUnchanged = function(a, b) {
// derive media sequence for timeshift manifests without startNumber attribute
if (
b.mediaSequence === 1 &&
b.mediaSequence <= a.mediaSequence &&
a.segments &&
b.segments &&
a.segments.length &&
Expand Down

0 comments on commit 52e1549

Please sign in to comment.