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

Merge branch 'fork/safari-hi10p'

This commit is contained in:
gnattu 2024-08-10 21:01:54 +08:00
commit fbc9719120

View file

@ -1289,10 +1289,10 @@ export default function (options) {
Codec: 'h264', Codec: 'h264',
Conditions: [ Conditions: [
{ {
Condition: 'EqualsAny', Condition: 'EqualsAny',
Property: 'VideoProfile', Property: 'VideoProfile',
Value: h264Profiles + '|high 10', Value: h264Profiles + '|high 10',
IsRequired: false IsRequired: false
} }
] ]
}); });