Files
shaka-player/lib/util
absidue 888f6d3e13 fix: text track active property with SRC_EQUALS load mode (#9418)
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.
2025-11-21 23:14:06 +01:00
..
2020-07-16 10:59:49 -07:00
2025-06-02 13:46:40 +02:00