Revert "Fix Plex Companion crashing when connected to Plex Web"

This reverts commit baebd11825.
This commit is contained in:
croneter 2018-07-08 12:46:22 +02:00
parent 0d601d7309
commit bd34ee20e3

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.location == 'fullScreenVideo': if sub_mgr.isplaying:
self.response( self.response(
msg, msg,
{ {