diff --git a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js index 7ebb3cca97..be2d42b006 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js +++ b/dashboard-ui/bower_components/emby-webcomponents/browserdeviceprofile.js @@ -552,6 +552,25 @@ 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',