From 1b0c32f4e704682934824177a01bb592cc7eae73 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 16 Dec 2017 09:07:32 -0800 Subject: [PATCH] Fix logging for subtitles enabled --- plexpy/pmsconnect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/pmsconnect.py b/plexpy/pmsconnect.py index 7c951db0..51243859 100644 --- a/plexpy/pmsconnect.py +++ b/plexpy/pmsconnect.py @@ -1539,7 +1539,7 @@ class PmsConnect(object): 'synced_version': synced_version, 'indexes': 1 if indexes == 'sd' else 0, 'bif_thumb': bif_thumb, - 'subtitles': 1 if subtitle_details else 0 + 'subtitles': 1 if subtitle_id else 0 } # Get the source media info