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

update character escaping

This commit is contained in:
Luke Pulverenti 2016-11-13 22:44:54 -05:00
parent e95dc53708
commit bb82ca5806
3 changed files with 5 additions and 24 deletions

View file

@ -553,12 +553,6 @@ define(['browser'], function (browser) {
Value: 'true',
IsRequired: false
},
{
Condition: 'NotEquals',
Property: 'IsAVC',
Value: 'true',
IsRequired: false
},
{
Condition: 'EqualsAny',
Property: 'VideoProfile',
@ -580,18 +574,6 @@ define(['browser'], function (browser) {
});
}
profile.CodecProfiles.push({
Type: 'Video',
Codec: 'vpx',
Conditions: [
{
Condition: 'NotEquals',
Property: 'IsAnamorphic',
Value: 'true',
IsRequired: false
}]
});
// Subtitle profiles
// External vtt or burn in
profile.SubtitleProfiles = [];