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

update libs

This commit is contained in:
Luke Pulverenti 2015-09-11 22:18:09 -04:00
parent e96f1d7e00
commit 0f37b99468
6 changed files with 138 additions and 29 deletions

View file

@ -438,26 +438,26 @@
Format: 'srt',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'ass',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'ssa',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'pgs',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'pgssub',
Method: 'Embed'
});
profile.SubtitleProfiles.push({
Format: 'dvdsub',
Method: 'Embed'
});
//profile.SubtitleProfiles.push({
// Format: 'ass',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'ssa',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'pgs',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'pgssub',
// Method: 'Embed'
//});
//profile.SubtitleProfiles.push({
// Format: 'dvdsub',
// Method: 'Embed'
//});
profile.SubtitleProfiles.push({
Format: 'vtt',
Method: 'Embed'