Fix Plex Companion crashing when connected to Plex Web
This commit is contained in:
parent
99ea9dd61f
commit
baebd11825
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue