This commit is contained in:
angelblue05 2015-12-25 21:56:15 -06:00
parent 0e78089aad
commit 8f8cdbaa88
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class PlayUtils():
return False return False
if (utils.settings('transcodeH265') == "true" and if (utils.settings('transcodeH265') == "true" and
result['MediaSources'][0]['Name'].startswith("1080P/H265")): item['MediaSources'][0]['Name'].startswith("1080P/H265")):
# Avoid H265 1080p # Avoid H265 1080p
self.logMsg("Option to transcode 1080P/H265 enabled.", 1) self.logMsg("Option to transcode 1080P/H265 enabled.", 1)
return False return False