remove unneeded media object
Showing
1 changed file
with
0 additions
and
9 deletions
... | @@ -719,15 +719,6 @@ test('when outstanding XHRs are cancelled, they get aborted properly', function( | ... | @@ -719,15 +719,6 @@ test('when outstanding XHRs are cancelled, they get aborted properly', function( |
719 | }); | 719 | }); |
720 | openMediaSource(player); | 720 | openMediaSource(player); |
721 | standardXHRResponse(requests[0]); | 721 | standardXHRResponse(requests[0]); |
722 | player.hls.media = { | ||
723 | segments: [{ | ||
724 | uri: '0.ts', | ||
725 | duration: 10 | ||
726 | }, { | ||
727 | uri: '1.ts', | ||
728 | duration: 10 | ||
729 | }] | ||
730 | }; | ||
731 | 722 | ||
732 | // trigger a segment download request | 723 | // trigger a segment download request |
733 | player.trigger('timeupdate'); | 724 | player.trigger('timeupdate'); | ... | ... |
-
Please register or sign in to post a comment