Revert "Fix Plex Companion crashing when connected to Plex Web"
This reverts commit baebd11825
.
This commit is contained in:
parent
0d601d7309
commit
bd34ee20e3
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class MyHandler(BaseHTTPRequestHandler):
|
|||
tracker.pop(0)
|
||||
msg = sub_mgr.msg(js.get_players()).format(
|
||||
command_id=params.get('commandID', 0))
|
||||
if sub_mgr.location == 'fullScreenVideo':
|
||||
if sub_mgr.isplaying:
|
||||
self.response(
|
||||
msg,
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue