mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-23 20:07:42 +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)
|
||||
subtitleTrack = (
|
||||
<track
|
||||
label="movie-web"
|
||||
label="P-Stream Captions"
|
||||
kind="subtitles"
|
||||
srcLang={language}
|
||||
src={trackObjectUrl}
|
||||
|
|
|
|||
Loading…
Reference in a new issue