Fix wrong Plex machineIdentifier
This commit is contained in:
parent
5337ae5715
commit
6c0ab38193
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class MyHandler(BaseHTTPRequestHandler):
|
||||||
self.response(
|
self.response(
|
||||||
RESOURCES_XML.format(
|
RESOURCES_XML.format(
|
||||||
title=v.DEVICENAME,
|
title=v.DEVICENAME,
|
||||||
machineIdentifier=window('plex_machineIdentifier')),
|
machineIdentifier=v.PKC_MACHINE_IDENTIFIER),
|
||||||
getXArgsDeviceInfo(include_token=False))
|
getXArgsDeviceInfo(include_token=False))
|
||||||
elif "/poll" in request_path:
|
elif "/poll" in request_path:
|
||||||
if params.get('wait') == '1':
|
if params.get('wait') == '1':
|
||||||
|
|
Loading…
Reference in a new issue