Skip to content

Commit

Permalink
Add missing sequenceMode in expected HLS manifest
Browse files Browse the repository at this point in the history
This + a rebase should get tests passing on this PR
  • Loading branch information
joeyparrish committed Feb 11, 2022
1 parent 1292567 commit e446f72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/hls/hls_parser_unit.js
Expand Up @@ -243,6 +243,7 @@ describe('HlsParser', () => {
].join('');

const manifest = shaka.test.ManifestGenerator.generate((manifest) => {
manifest.sequenceMode = true;
manifest.anyTimeline();
manifest.addPartialVariant((variant) => {
variant.language = 'en';
Expand Down

0 comments on commit e446f72

Please sign in to comment.