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.js
CHANGED
@@ -552,7 +552,7 @@
|
|
552
552
|
// Some browsers don't allow to use bind on console object anyway
|
553
553
|
// fallback to default if needed
|
554
554
|
try {
|
555
|
-
exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.5.
|
555
|
+
exportedLogger.log("Debug logs enabled for \"" + id + "\" in hls.js version " + "1.5.16");
|
556
556
|
} catch (e) {
|
557
557
|
exportedLogger = fakeLogger;
|
558
558
|
}
|
@@ -24941,9 +24941,8 @@
|
|
24941
24941
|
}
|
24942
24942
|
if (pathwayLevels.length !== levels.length) {
|
24943
24943
|
this.log("Found " + pathwayLevels.length + "/" + levels.length + " levels in Pathway \"" + this.pathwayId + "\"");
|
24944
|
-
return pathwayLevels;
|
24945
24944
|
}
|
24946
|
-
return
|
24945
|
+
return pathwayLevels;
|
24947
24946
|
};
|
24948
24947
|
_proto.getLevelsForPathway = function getLevelsForPathway(pathwayId) {
|
24949
24948
|
if (this.levels === null) {
|
@@ -29296,7 +29295,7 @@
|
|
29296
29295
|
* Get the video-dev/hls.js package version.
|
29297
29296
|
*/
|
29298
29297
|
function get() {
|
29299
|
-
return "1.5.
|
29298
|
+
return "1.5.16";
|
29300
29299
|
}
|
29301
29300
|
}, {
|
29302
29301
|
key: "Events",
|