From cbcdc74a8c4098a032ec45e55828bbf70af41b27 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 22 Sep 2018 12:07:30 +0200 Subject: [PATCH] Fix Typo --- resources/lib/playutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lib/playutils.py b/resources/lib/playutils.py index f9f71c5f..df3d9d46 100644 --- a/resources/lib/playutils.py +++ b/resources/lib/playutils.py @@ -107,7 +107,7 @@ class PlayUtils(): LOG.info('No codec from PMS, not transcoding.') return False if ((utils.settings('transcodeHi10P') == 'true' and - videoCodec['bitDepth'] == '10') and + videoCodec['bitDepth'] == '10') and ('h264' in codec)): LOG.info('Option to transcode 10bit h264 video content enabled.') return True