mirror of
https://github.com/videojs/video.js.git
synced 2025-02-14 12:20:48 +02:00
When both the media URL and the poster return a response other than 200. The media error is overwritten by an empty error, leaving the player in an inconsistent state. - add a condition to `handleTechError_` to ensure that the `error` is truthy - add a test case Fixes #8409