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

Fix annotations

This commit is contained in:
George Haidos 2024-03-18 12:55:54 +02:00 committed by GeorgeH005
parent fbfdcd22e8
commit 59cae8ce2f

View file

@ -212,7 +212,7 @@ function supportsDolbyVision(options) {
function supportedDolbyVisionProfilesHevc(videoTestElement) {
const supportedProfiles = [];
// Profiles 5/7/8 4k@60fps
// Profiles 5/8 4k@60fps
if (videoTestElement.canPlayType) {
if (videoTestElement
.canPlayType('video/mp4; codecs="dvh1.05.09"')