mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
87e91874ee
Xbox One tests have been failing often for some time now, so it went unnoticed that offline was not working. It seems that IndexedDB is not working properly on Xbox, and the platform throws `UnknownError`. This restricts offline so that it is not triggered on Xbox One, and this also fixes the filtering of our offline tests to respect the offline storage muxer's support method.