@openplayerjs/hls 3.4.1 → 3.4.2
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/.tsbuildinfo +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/openplayer-hls.js +1 -1
- package/dist/openplayer-hls.js.map +1 -1
- package/dist/types/hls.d.ts +1 -1
- package/dist/types/hls.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -36878,7 +36878,7 @@ class HlsMediaEngine extends BaseMediaEngine {
|
|
|
36878
36878
|
hls.destroy();
|
|
36879
36879
|
};
|
|
36880
36880
|
}
|
|
36881
|
-
detach() {
|
|
36881
|
+
detach(_ctx) {
|
|
36882
36882
|
this.unbindCommands();
|
|
36883
36883
|
this.unbindMediaEvents();
|
|
36884
36884
|
this.unbindAdapterEvents();
|