1
0
Fork 0
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:
Luke Pulverenti 2016-02-23 13:48:26 -05:00
parent 519430417b
commit 3093a14c89
2 changed files with 29 additions and 9 deletions

View file

@ -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
});
}