From ec0d382206f24ef822aba7e6cf6c7e4a283333be Mon Sep 17 00:00:00 2001 From: croneter Date: Sun, 28 Jan 2018 13:30:50 +0100 Subject: [PATCH] Fix releasing of default.py --- resources/lib/playback.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/lib/playback.py b/resources/lib/playback.py index a8036e50..233fe579 100644 --- a/resources/lib/playback.py +++ b/resources/lib/playback.py @@ -126,8 +126,6 @@ def playback_init(plex_id, plex_type, playqueue): xml[0].attrib except (IndexError, TypeError, AttributeError): LOG.error('Could not get a PMS xml for plex id %s', plex_id) - # Release default.py - pickle_me(Playback_Successful()) # "Play error" dialog('notification', lang(29999), lang(30128), icon='{error}') return @@ -149,8 +147,6 @@ def playback_init(plex_id, plex_type, playqueue): if xml is None: LOG.error('Could not get a playqueue xml for plex id %s, UUID %s', plex_id, xml.attrib.get('librarySectionUUID')) - # Release default.py - pickle_me(Playback_Successful()) # "Play error" dialog('notification', lang(29999), lang(30128), icon='{error}') return