Skip to content

Commit

Permalink
fix: m3u8 playlist is not updating when only endList changes (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
romgen authored and forbesjo committed Feb 7, 2019
1 parent 38ec2a5 commit c7d1306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playlist-loader.js
Expand Up @@ -97,6 +97,7 @@ export const updateMaster = (master, media) => {
if (playlist.segments &&
media.segments &&
playlist.segments.length === media.segments.length &&
playlist.endList === media.endList &&
playlist.mediaSequence === media.mediaSequence) {
return null;
}
Expand Down

0 comments on commit c7d1306

Please sign in to comment.