@flowplayer/player 3.33.0 → 3.33.1-rc

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -894,11 +894,6 @@ declare type HTMLTrackAttributes = {
894
894
  * The kind of track.
895
895
  */
896
896
  kind?: "captions" | "chapters" | "subtitles";
897
- /**
898
- * The mode of the track.
899
- * Possible options: 'hidden', 'showing', 'disabled'.
900
- */
901
- mode?: "hidden" | "showing" | "disabled";
902
897
  /**
903
898
  * The ID of the subtitle.
904
899
  * The unique identifier for the subtitle track.