mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix annotations
This commit is contained in:
parent
fbfdcd22e8
commit
59cae8ce2f
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ function supportsDolbyVision(options) {
|
||||||
|
|
||||||
function supportedDolbyVisionProfilesHevc(videoTestElement) {
|
function supportedDolbyVisionProfilesHevc(videoTestElement) {
|
||||||
const supportedProfiles = [];
|
const supportedProfiles = [];
|
||||||
// Profiles 5/7/8 4k@60fps
|
// Profiles 5/8 4k@60fps
|
||||||
if (videoTestElement.canPlayType) {
|
if (videoTestElement.canPlayType) {
|
||||||
if (videoTestElement
|
if (videoTestElement
|
||||||
.canPlayType('video/mp4; codecs="dvh1.05.09"')
|
.canPlayType('video/mp4; codecs="dvh1.05.09"')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue