Workaround for Android TV client commands

This commit is contained in:
Jason Lawrence 2019-10-24 22:23:48 -05:00
parent 1709868665
commit 6d4ae35339

View file

@ -205,7 +205,10 @@ class PlexClient(PlexObject):
except ElementTree.ParseError:
# Workaround for players which don't return valid XML on successful commands
# - Plexamp: `b'OK'`
if self.product in ('Plexamp',):
if self.product in (
'Plexamp',
'Plex for Android (TV)',
):
return
raise