mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-21 03:22:33 +00:00
update captions title for ios
This commit is contained in:
parent
ae81d3dc0b
commit
b7936784dd
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ function VideoElement() {
|
||||||
if (captionAsTrack && trackObjectUrl && language)
|
if (captionAsTrack && trackObjectUrl && language)
|
||||||
subtitleTrack = (
|
subtitleTrack = (
|
||||||
<track
|
<track
|
||||||
label="movie-web"
|
label="P-Stream Captions"
|
||||||
kind="subtitles"
|
kind="subtitles"
|
||||||
srcLang={language}
|
srcLang={language}
|
||||||
src={trackObjectUrl}
|
src={trackObjectUrl}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue