mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: Remove Dolby Vision support on Samsung TV
This commit is contained in:
parent
b2f3720282
commit
e0cb79088b
1 changed files with 2 additions and 1 deletions
|
@ -833,7 +833,8 @@ export function canPlaySecondaryAudio(videoTestElement) {
|
|||
}
|
||||
|
||||
if (browser.tizen || browser.web0s) {
|
||||
hevcVideoRangeTypes += '|HDR10|HLG|DOVI';
|
||||
hevcVideoRangeTypes += '|HDR10|HLG';
|
||||
if (browser.web0s) hevcVideoRangeTypes += '|DOVI';
|
||||
vp9VideoRangeTypes += '|HDR10|HLG';
|
||||
av1VideoRangeTypes += '|HDR10|HLG';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue