mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-25 02:06:09 +00:00
Merge pull request #156 from adam111316/patch-2
Fix force hi10p transcoding behavior
This commit is contained in:
commit
4612826ac8
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ class PlayUtils(object):
|
||||||
profile['CodecProfiles'].append(
|
profile['CodecProfiles'].append(
|
||||||
{
|
{
|
||||||
'Type': 'Video',
|
'Type': 'Video',
|
||||||
|
'codec': 'h264',
|
||||||
'Conditions': [
|
'Conditions': [
|
||||||
{
|
{
|
||||||
'Condition': "LessThanEqual",
|
'Condition': "LessThanEqual",
|
||||||
|
|
Loading…
Reference in a new issue