update captions title for ios

This commit is contained in:
Ivan Evans 2024-12-11 11:53:30 -07:00
parent ae81d3dc0b
commit b7936784dd

View file

@ -91,7 +91,7 @@ function VideoElement() {
if (captionAsTrack && trackObjectUrl && language)
subtitleTrack = (
<track
label="movie-web"
label="P-Stream Captions"
kind="subtitles"
srcLang={language}
src={trackObjectUrl}