mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
888f6d3e13
This fixes the `active` property on text tracks returned by `Player#getTextTracks()` still being `true` after calling `Player#selectTextTrack(null)` when the load mode is `SRC_EQUALS`, this was also causing the text track selector to still show the text track as selected after clicking `Off`. The text track selector UI issue is only a problem on the main branch (v5.0) as #9048 hasn't been released in any of the release branches yet.