mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 05:59:43 +00:00
Block Dolby Vision from playing in profile. (not fully working due to upstream bug)
This commit is contained in:
parent
b78e06a6b8
commit
dc8f16c58d
@ -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'},
|
||||
|
Loading…
Reference in New Issue
Block a user