mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add text track label
This commit is contained in:
parent
519430417b
commit
3093a14c89
2 changed files with 29 additions and 9 deletions
|
@ -418,7 +418,8 @@
|
|||
tracks.push({
|
||||
url: textStreamUrl,
|
||||
language: (textStream.Language || 'und'),
|
||||
isDefault: textStream.Index == mediaSource.DefaultSubtitleStreamIndex
|
||||
isDefault: textStream.Index == mediaSource.DefaultSubtitleStreamIndex,
|
||||
index: textStream.Index
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue