From abc0b25c110d0e0f244057e29afc15acba3f315c Mon Sep 17 00:00:00 2001 From: Thibault Nocchi <1619359+ThibaultNocchi@users.noreply.github.com> Date: Sun, 12 Mar 2023 19:49:24 +0100 Subject: [PATCH 1/2] fix(hls): playback should work without bundling hls --- webpack.common.js | 1 - 1 file changed, 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 1b5d41fc4..eebd423d9 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -158,7 +158,6 @@ const config = { path.resolve(__dirname, 'node_modules/dom7'), path.resolve(__dirname, 'node_modules/epubjs'), path.resolve(__dirname, 'node_modules/flv.js'), - path.resolve(__dirname, 'node_modules/hls.js'), path.resolve(__dirname, 'node_modules/libarchive.js'), path.resolve(__dirname, 'node_modules/marked'), path.resolve(__dirname, 'node_modules/react-router'), From a785c1925f3a13091312e2052cb2976840871d85 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Tue, 21 Mar 2023 23:47:12 -0400 Subject: [PATCH 2/2] Rollback hls.js to 1.2.4 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index dcc6fb05f..62c0ba975 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.3.4", + "hls.js": "1.2.4", "intersection-observer": "0.12.2", "jellyfin-apiclient": "1.10.0", "jquery": "3.6.3", @@ -8468,9 +8468,9 @@ } }, "node_modules/hls.js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.4.tgz", - "integrity": "sha512-iFEwVqtEDk6sKotcTwtJ5OMo/nuDTk9PrpB8FI2J2WYf8EriTVfR4FaK0aNyYtwbYeRSWCXJKlz23xeREdlNYg==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.2.4.tgz", + "integrity": "sha512-yC3K79Kzq1W+OgjT12JxKMDXv9DbfvulppxmPBl7D04SaTyd2IwWk5eNASQV1mUaPlKbjr16yI9292qpSGo0ig==" }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", @@ -25398,9 +25398,9 @@ } }, "hls.js": { - "version": "1.3.4", - "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.3.4.tgz", - "integrity": "sha512-iFEwVqtEDk6sKotcTwtJ5OMo/nuDTk9PrpB8FI2J2WYf8EriTVfR4FaK0aNyYtwbYeRSWCXJKlz23xeREdlNYg==" + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/hls.js/-/hls.js-1.2.4.tgz", + "integrity": "sha512-yC3K79Kzq1W+OgjT12JxKMDXv9DbfvulppxmPBl7D04SaTyd2IwWk5eNASQV1mUaPlKbjr16yI9292qpSGo0ig==" }, "hoist-non-react-statics": { "version": "3.3.2", diff --git a/package.json b/package.json index bc19c04a9..828f7926d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "flv.js": "1.6.2", "headroom.js": "0.12.0", "history": "5.3.0", - "hls.js": "1.3.4", + "hls.js": "1.2.4", "intersection-observer": "0.12.2", "jellyfin-apiclient": "1.10.0", "jquery": "3.6.3",