We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00951c4 commit 52e1549Copy full SHA for 52e1549
1 file changed
src/dash-playlist-loader.js
@@ -28,6 +28,7 @@ const dashPlaylistUnchanged = function(a, b) {
28
// derive media sequence for timeshift manifests without startNumber attribute
29
if (
30
b.mediaSequence === 1 &&
31
+ b.mediaSequence <= a.mediaSequence &&
32
a.segments &&
33
b.segments &&
34
a.segments.length &&
0 commit comments