chore: update hls.js to latest version

This commit is contained in:
Christian Benincasa
2026-03-19 11:24:20 -04:00
parent 0c8a5b7aed
commit 8933b9873b
5 changed files with 15 additions and 9 deletions

View File

@@ -38,7 +38,7 @@
"color": "^5.0.0",
"colorjs.io": "^0.5.2",
"dayjs": "catalog:",
"hls.js": "^1.4.12",
"hls.js": "^1.6.15",
"immer": "^10.0.3",
"lodash-es": "catalog:",
"material-react-table": "^3.2.1",

View File

@@ -27,6 +27,7 @@ export const useHls = () => {
'http://localhost:5173',
);
},
debug: true, //import.meta.env.DEV,
});
newHls.on(Hls.Events.MANIFEST_PARSED, function (_, data) {