mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix force hi10p transcoding behavior
Fixes the "Force Hi10p transcoding" option to only apply to h264 video codecs
This commit is contained in:
parent
c598c3b99c
commit
452015dbd4
1 changed files with 1 additions and 0 deletions
|
@ -422,6 +422,7 @@ class PlayUtils(object):
|
|||
profile['CodecProfiles'].append(
|
||||
{
|
||||
'Type': 'Video',
|
||||
'codec': 'h264',
|
||||
'Conditions': [
|
||||
{
|
||||
'Condition': "LessThanEqual",
|
||||
|
|
Loading…
Reference in a new issue