05131ca4 by Gary Katsevman Committed by David LaPalomento

clear out tags for segment parser

1 parent 8dd047be
......@@ -1533,6 +1533,7 @@ test('skip segments if key requests fail more than once', function() {
player.trigger('timeupdate');
tags.length = 0;
tags.push({pts: 0, bytes: 1});
// second segment
......