Fix Plex Companion crashing when connected to Plex Web

This commit is contained in:
croneter 2018-07-08 12:28:28 +02:00
parent 99ea9dd61f
commit baebd11825

View file

@ -145,7 +145,7 @@ class MyHandler(BaseHTTPRequestHandler):
tracker.pop(0) tracker.pop(0)
msg = sub_mgr.msg(js.get_players()).format( msg = sub_mgr.msg(js.get_players()).format(
command_id=params.get('commandID', 0)) command_id=params.get('commandID', 0))
if sub_mgr.isplaying: if sub_mgr.location == 'fullScreenVideo':
self.response( self.response(
msg, msg,
{ {