Fix Typo
This commit is contained in:
parent
88ebf718d5
commit
cbcdc74a8c
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class PlayUtils():
|
||||||
LOG.info('No codec from PMS, not transcoding.')
|
LOG.info('No codec from PMS, not transcoding.')
|
||||||
return False
|
return False
|
||||||
if ((utils.settings('transcodeHi10P') == 'true' and
|
if ((utils.settings('transcodeHi10P') == 'true' and
|
||||||
videoCodec['bitDepth'] == '10') and
|
videoCodec['bitDepth'] == '10') and
|
||||||
('h264' in codec)):
|
('h264' in codec)):
|
||||||
LOG.info('Option to transcode 10bit h264 video content enabled.')
|
LOG.info('Option to transcode 10bit h264 video content enabled.')
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in a new issue