mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2024-11-23 14:19:40 +00:00
Correct min Profile Level value for hevc
This commit is contained in:
parent
2aca107281
commit
3f0e7a73fc
@ -147,7 +147,7 @@ function getDeviceProfile() as object
|
||||
{
|
||||
"Condition": "LessThanEqual",
|
||||
"Property": "VideoLevel",
|
||||
"Value": "51",
|
||||
"Value": StrI(120 * 5.1),
|
||||
"IsRequired": false
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user