diff --git a/native/nativeshell.js b/native/nativeshell.js index b65f5e4..743abf2 100644 --- a/native/nativeshell.js +++ b/native/nativeshell.js @@ -84,7 +84,18 @@ function getDeviceProfile() { 'DirectPlayProfiles': [{'Type': 'Video'}, {'Type': 'Audio'}, {'Type': 'Photo'}], 'ResponseProfiles': [], 'ContainerProfiles': [], - 'CodecProfiles': [], + 'CodecProfiles': [ + { + 'Type': 'Video', + 'Conditions': [ + { + 'Condition': 'NotEquals', + 'Property': 'VideoRangeType', + 'Value': 'DOVI' + } + ] + } + ], 'SubtitleProfiles': [ {'Format': 'srt', 'Method': 'External'}, {'Format': 'srt', 'Method': 'Embed'},