1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Styling fixes

This commit is contained in:
George Haidos 2024-03-23 18:38:41 +02:00 committed by GeorgeH005
parent 59cae8ce2f
commit d094d0cbb7

View file

@ -217,7 +217,7 @@ function supportedDolbyVisionProfilesHevc(videoTestElement) {
if (videoTestElement
.canPlayType('video/mp4; codecs="dvh1.05.09"')
.replace(/no/, '')) supportedProfiles.push(5);
if ( videoTestElement
if (videoTestElement
.canPlayType('video/mp4; codecs="dvh1.08.09"')
.replace(/no/, '')) supportedProfiles.push(8);
}