hls.js 1.5.15 → 1.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/hls.js +3 -4
- package/dist/hls.js.map +1 -1
- package/dist/hls.light.js +3 -4
- package/dist/hls.light.js.map +1 -1
- package/dist/hls.light.min.js +1 -1
- package/dist/hls.light.min.js.map +1 -1
- package/dist/hls.light.mjs +3 -4
- package/dist/hls.light.mjs.map +1 -1
- package/dist/hls.min.js +1 -1
- package/dist/hls.min.js.map +1 -1
- package/dist/hls.mjs +3 -4
- package/dist/hls.mjs.map +1 -1
- package/dist/hls.worker.js +1 -1
- package/package.json +1 -1
- package/src/controller/content-steering-controller.ts +1 -2
    
        package/dist/hls.light.js
    CHANGED
    
    | @@ -521,7 +521,7 @@ | |
| 521 521 | 
             
                  // Some browsers don't allow to use bind on console object anyway
         | 
| 522 522 | 
             
                  // fallback to default if needed
         | 
| 523 523 | 
             
                  try {
         | 
| 524 | 
            -
                    exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.5. | 
| 524 | 
            +
                    exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.5.16");
         | 
| 525 525 | 
             
                  } catch (e) {
         | 
| 526 526 | 
             
                    exportedLogger = fakeLogger;
         | 
| 527 527 | 
             
                  }
         | 
| @@ -8716,9 +8716,8 @@ | |
| 8716 8716 | 
             
                  }
         | 
| 8717 8717 | 
             
                  if (pathwayLevels.length !== levels.length) {
         | 
| 8718 8718 | 
             
                    this.log("Found " + pathwayLevels.length + "/" + levels.length + " levels in Pathway \"" + this.pathwayId + "\"");
         | 
| 8719 | 
            -
                    return pathwayLevels;
         | 
| 8720 8719 | 
             
                  }
         | 
| 8721 | 
            -
                  return  | 
| 8720 | 
            +
                  return pathwayLevels;
         | 
| 8722 8721 | 
             
                };
         | 
| 8723 8722 | 
             
                _proto.getLevelsForPathway = function getLevelsForPathway(pathwayId) {
         | 
| 8724 8723 | 
             
                  if (this.levels === null) {
         | 
| @@ -21065,7 +21064,7 @@ | |
| 21065 21064 | 
             
                   * Get the video-dev/hls.js package version.
         | 
| 21066 21065 | 
             
                   */
         | 
| 21067 21066 | 
             
                  function get() {
         | 
| 21068 | 
            -
                    return "1.5. | 
| 21067 | 
            +
                    return "1.5.16";
         | 
| 21069 21068 | 
             
                  }
         | 
| 21070 21069 | 
             
                }, {
         | 
| 21071 21070 | 
             
                  key: "Events",
         |