Skip to content

Commit

Permalink
add dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ladera committed Mar 23, 2020
1 parent 5f2c792 commit 40e6b7b
Show file tree
Hide file tree
Showing 8 changed files with 18,362 additions and 7 deletions.
18,352 changes: 18,352 additions & 0 deletions dist/hls.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions dist/hls.light.js
Original file line number Diff line number Diff line change
Expand Up @@ -2458,7 +2458,8 @@ var BufferController = /** @class */ (function (_super) {
try {
if (sb.updating)
return false;
sb.remove(startOffset, endOffset);
// tivo fix
// sb.remove(removeStart, removeEnd);
return true;
}
catch (error) {
Expand Down Expand Up @@ -9337,7 +9338,7 @@ var Hls = /** @class */ (function (_super) {
* @type {string}
*/
get: function () {
return "0.12.4.2-1412b60";
return "0.12.4.3-feature-v0-12-4-3-tivo-SNAPSHOT";
},
enumerable: true,
configurable: true
Expand Down
2 changes: 1 addition & 1 deletion 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.light.min.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/hls.min.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 40e6b7b

Please sign in to comment.