Skip to content

Commit

Permalink
fix ie 11
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed May 5, 2021
1 parent bd41e8a commit 1d74f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/loader-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,7 @@ export const LoaderCommonFactory = ({
});

QUnit.test('drops partIndex if playlist update drops parts', function(assert) {
loader.duration_ = () => Infinity;
return setupMediaSource(loader.mediaSource_, loader.sourceUpdater_).then(() => {
loader.playlist(playlistWithDuration(50, {
mediaSequence: 0,
Expand Down

0 comments on commit 1d74f5d

Please sign in to comment.