mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix lint
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
62b44d218c
commit
66e5ce330f
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