mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #4757 from dmitrylyzo/fix-samsung_tv-dolbyvision
Remove Dolby Vision support on Samsung TV (Tizen)
This commit is contained in:
commit
0bfe91b0fa
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