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:
commit
fbc9719120
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue