Skip to content

Commit f4f635a

Browse files
committed
Review tweaks
1 parent 8f329f5 commit f4f635a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ def sendCommand(self, command, proxy=None, **params):
205205
except ElementTree.ParseError:
206206
# Workaround for players which don't return valid XML on successful commands
207207
# - Plexamp: `b'OK'`
208-
if self.product in ('Plexamp'):
209-
return None
208+
if self.product in ('Plexamp',):
209+
return
210210
raise
211211

212212
def url(self, key, includeToken=False):

0 commit comments

Comments
 (0)