Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
related to #1232
  • Loading branch information
mangui committed Jun 27, 2017
1 parent 8578361 commit 412e8cd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/hls.js
Original file line number Diff line number Diff line change
Expand Up @@ -2298,7 +2298,7 @@ var BufferController = function (_EventHandler) {
key: 'onManifestParsed',
value: function onManifestParsed(data) {
var audioExpected = data.audio,
videoExpected = data.video,
videoExpected = data.video || data.levels.length && data.audio,
sourceBufferNb = 0;
// in case of alt audio 2 BUFFER_CODECS events will be triggered, one per stream controller
// sourcebuffers will be created all at once when the expected nb of tracks will be reached
Expand Down
4 changes: 2 additions & 2 deletions dist/hls.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hls.light.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/hls.light.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hls.light.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/hls.min.js

Large diffs are not rendered by default.

0 comments on commit 412e8cd

Please sign in to comment.