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

remove tvos dts hack no longer needed

This commit is contained in:
Luke Pulverenti 2016-12-14 15:58:55 -05:00
parent ef2c5637be
commit fcdcd1d5f4
15 changed files with 112 additions and 47 deletions

View file

@ -552,25 +552,6 @@ define(['browser'], function (browser) {
maxLevel = '51';
}
if (browser.iOS) {
profile.ContainerProfiles.push({
Type: 'Video',
Conditions: [
{
Condition: 'NotEquals',
Property: 'HasAudioCodec',
Value: 'dca',
IsRequired: false
},
{
Condition: 'NotEquals',
Property: 'HasAudioCodec',
Value: 'dts',
IsRequired: false
}]
});
}
profile.CodecProfiles.push({
Type: 'Video',
Codec: 'h264',