1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

replace channel tabs

This commit is contained in:
Luke Pulverenti 2015-07-18 14:07:03 -04:00
parent bfb177618f
commit a5579327cc
12 changed files with 146 additions and 81 deletions

View file

@ -407,10 +407,10 @@
if (self.supportsTextTracks()) {
if (isVlc) {
profile.SubtitleProfiles.push({
Format: 'srt',
Method: 'External'
});
//profile.SubtitleProfiles.push({
// Format: 'srt',
// Method: 'External'
//});
profile.SubtitleProfiles.push({
Format: 'srt',
Method: 'Embed'
@ -427,6 +427,10 @@
Format: 'pgs',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'vtt',
Method: 'Embed'
});
} else {
profile.SubtitleProfiles.push({
Format: 'vtt',