mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Fix transcode h265
This commit is contained in:
parent
e9863b5aa3
commit
e475d3366d
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class PlayUtils():
|
|||
item = self.item
|
||||
|
||||
if (utils.settings('transcodeH265') == "true" and
|
||||
result['MediaSources'][0]['Name'].startswith("1080P/H265")):
|
||||
item['MediaSources'][0]['Name'].startswith("1080P/H265")):
|
||||
# Avoid H265 1080p
|
||||
self.logMsg("Option to transcode 1080P/H265 enabled.", 1)
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue