You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @dagalvao. Fortunately the typo only made its way into dev and v1.6.0-beta.1. Since all listeners are removed from the Hls API instance on destroy, impact should be minimal.
I've fixed the typo with #6778. A great follow up would be to extend eventemitter3 so that we could remove all listeners for a particular context (this) so that we could rewrite all controller unregisterListeners methods to something simpler like:
I think this line:
hls.js/src/controller/audio-stream-controller.ts
Line 121 in 49a0894
Should be:
The text was updated successfully, but these errors were encountered: