clear out tags for segment parser
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -1533,6 +1533,7 @@ test('skip segments if key requests fail more than once', function() { | ... | @@ -1533,6 +1533,7 @@ test('skip segments if key requests fail more than once', function() { |
1533 | 1533 | ||
1534 | player.trigger('timeupdate'); | 1534 | player.trigger('timeupdate'); |
1535 | 1535 | ||
1536 | tags.length = 0; | ||
1536 | tags.push({pts: 0, bytes: 1}); | 1537 | tags.push({pts: 0, bytes: 1}); |
1537 | 1538 | ||
1538 | // second segment | 1539 | // second segment | ... | ... |
-
Please register or sign in to post a comment