Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
mangui committed Oct 9, 2016
1 parent 718aaba commit a651408
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions dist/hls.js
Original file line number Diff line number Diff line change
Expand Up @@ -7820,7 +7820,7 @@ var Hls = function () {
key: 'version',
get: function get() {
// replaced with browserify-versionify transform
return '0.6.4';
return '0.6.5';
}
}, {
key: 'Events',
Expand Down Expand Up @@ -8905,7 +8905,7 @@ var PlaylistLoader = function (_EventHandler) {
if (string.indexOf('#EXTM3U') === 0) {
if (string.indexOf('#EXTINF:') > 0) {
var isLevel = type !== 'audioTrack',
levelDetails = this.parseLevelPlaylist(string, url, isLevel ? level : id || 0, isLevel ? 'main' : 'audio');
levelDetails = this.parseLevelPlaylist(string, url, (isLevel ? level : id) || 0, isLevel ? 'main' : 'audio');
levelDetails.tload = stats.tload;
if (type === 'manifest') {
// first request, stream manifest (no master playlist), fire manifest loaded event with level details
Expand Down
6 changes: 3 additions & 3 deletions dist/hls.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit a651408

Please sign in to comment.