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(
|
||||
RESOURCES_XML.format(
|
||||
title=v.DEVICENAME,
|
||||
machineIdentifier=window('plex_machineIdentifier')),
|
||||
machineIdentifier=v.PKC_MACHINE_IDENTIFIER),
|
||||
getXArgsDeviceInfo(include_token=False))
|
||||
elif "/poll" in request_path:
|
||||
if params.get('wait') == '1':
|
||||
|
|
Loading…
Reference in a new issue