From ae5889dbac3c5534c7340e8a6f6554efc5c5a44d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 21 Apr 2016 08:38:28 -0700 Subject: [PATCH] Fix viewing photos crashing PlexPy --- plexpy/pmsconnect.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plexpy/pmsconnect.py b/plexpy/pmsconnect.py index bf1d72a2..a2c63754 100644 --- a/plexpy/pmsconnect.py +++ b/plexpy/pmsconnect.py @@ -1348,6 +1348,7 @@ class PmsConnect(object): transcode_container = helpers.get_xml_attr(transcode_session, 'container') transcode_protocol = helpers.get_xml_attr(transcode_session, 'protocol') else: + transcode_key = '' throttled = '0' transcode_progress = '0' transcode_speed = ''