There was an error while loading. Please reload this page.
1 parent 00951c4 commit b0dcefdCopy full SHA for b0dcefd
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