Skip to content

Commit

Permalink
revert ie 11 fix, put in pr #1200
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Sep 15, 2021
1 parent b3e6c5c commit f778f38
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions test/loader-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -849,12 +849,11 @@ export const LoaderCommonFactory = ({
this.clock.tick(1);
return Promise.resolve();
}).then(() => new Promise((resolve, reject) => {
loader.on('playlistupdate', () => {
this.clock.tick(1);
resolve();
});
loader.on('trackinfo', () => {
loader.on('playlistupdate', () => {
this.clock.tick(1);
resolve();
});

loader.playlist(playlistWithDuration(50, {
uri: 'bar-1080.m3u8',
mediaSequence: 0,
Expand Down

0 comments on commit f778f38

Please sign in to comment.