mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
chore: update hls.js to latest version
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -27,6 +27,7 @@ export const useHls = () => {
|
||||
'http://localhost:5173',
|
||||
);
|
||||
},
|
||||
debug: true, //import.meta.env.DEV,
|
||||
});
|
||||
|
||||
newHls.on(Hls.Events.MANIFEST_PARSED, function (_, data) {
|
||||
|
||||
Reference in New Issue
Block a user