Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent access to null config_ in SimpleAbrManager (#5362)
Well sometimes network information change could be triggered even if this.config_ is null, resulting in an exception thrown in the browser. Doesn't affect playback, but affects the number of errors detected by our tools 😅 Let's check if abrManager is enabled before checking its config
- Loading branch information