Skip to content

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed May 14, 2021
1 parent f67af23 commit 40a7ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/media-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ export const initialize = {
vhs,
requestOptions
);
// TODO: dash isn't the only type with properties.playlists
// should we even have properties.playlists in this check.
} else if (properties.playlists && sourceType === 'dash') {
playlistLoader = new DashPlaylistLoader(
properties.playlists[0],
Expand Down
2 changes: 1 addition & 1 deletion test/manifest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ QUnit.module('manifest', function() {
'added placeholder id with index'
);
assert.equal(
groups.es.playlists[1].uri,
groups.es.playlists[1].id,
'1-placeholder-uri-AUDIO-default-es',
'added placeholder with index id'
);
Expand Down

0 comments on commit 40a7ab9

Please sign in to comment.