mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Styling fixes
This commit is contained in:
parent
b4f912be46
commit
ea63120bff
1 changed files with 5 additions and 5 deletions
|
@ -933,17 +933,17 @@ export default function (options) {
|
|||
if (supportsHdr10(options)) {
|
||||
hevcVideoRangeTypes += '|HDR10';
|
||||
// Should also be able to play DoVi with HDR10 fallback
|
||||
hevcVideoRangeTypes += '|DOVIWithHDR10'
|
||||
hevcVideoRangeTypes += '|DOVIWithHDR10';
|
||||
vp9VideoRangeTypes += '|HDR10';
|
||||
av1VideoRangeTypes += '|HDR10';
|
||||
}
|
||||
|
||||
if (supportsHlg(options)) {
|
||||
hevcVideoRangeTypes += "|HLG";
|
||||
hevcVideoRangeTypes += '|HLG';
|
||||
// Should also be able to play DoVi with HLG fallback
|
||||
hevcVideoRangeTypes += "|DOVIWithHLG";
|
||||
vp9VideoRangeTypes += "|HLG";
|
||||
av1VideoRangeTypes += "|HLG";
|
||||
hevcVideoRangeTypes += '|DOVIWithHLG';
|
||||
vp9VideoRangeTypes += '|HLG';
|
||||
av1VideoRangeTypes += '|HLG';
|
||||
}
|
||||
|
||||
if (supportsDolbyVision(options) && canPlayDolbyVisionHevc(videoTestElement)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue