Reply to master and media playlist
No longer need to trigger loadedmetadata manually.
Showing
1 changed file
with
3 additions
and
1 deletions
... | @@ -1269,7 +1269,9 @@ test('remove event handlers on dispose', function() { | ... | @@ -1269,7 +1269,9 @@ test('remove event handlers on dispose', function() { |
1269 | type: 'application/vnd.apple.mpegurl' | 1269 | type: 'application/vnd.apple.mpegurl' |
1270 | }); | 1270 | }); |
1271 | openMediaSource(player); | 1271 | openMediaSource(player); |
1272 | player.hls.playlists.trigger('loadedmetadata'); | 1272 | |
1273 | standardXHRResponse(requests[0]); | ||
1274 | standardXHRResponse(requests[1]); | ||
1273 | 1275 | ||
1274 | player.dispose(); | 1276 | player.dispose(); |
1275 | 1277 | ... | ... |
-
Please register or sign in to post a comment