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
59cae8ce2f
commit
d094d0cbb7
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ function supportedDolbyVisionProfilesHevc(videoTestElement) {
|
||||||
if (videoTestElement
|
if (videoTestElement
|
||||||
.canPlayType('video/mp4; codecs="dvh1.05.09"')
|
.canPlayType('video/mp4; codecs="dvh1.05.09"')
|
||||||
.replace(/no/, '')) supportedProfiles.push(5);
|
.replace(/no/, '')) supportedProfiles.push(5);
|
||||||
if ( videoTestElement
|
if (videoTestElement
|
||||||
.canPlayType('video/mp4; codecs="dvh1.08.09"')
|
.canPlayType('video/mp4; codecs="dvh1.08.09"')
|
||||||
.replace(/no/, '')) supportedProfiles.push(8);
|
.replace(/no/, '')) supportedProfiles.push(8);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue