Fix wrong Plex machineIdentifier

This commit is contained in:
tomkat83 2018-01-01 13:40:45 +01:00
parent 5337ae5715
commit 6c0ab38193
1 changed files with 1 additions and 1 deletions

View File

@ -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':