Fix wrong Plex machineIdentifier

This commit is contained in:
tomkat83 2018-01-01 13:40:45 +01:00
parent 5337ae5715
commit 6c0ab38193

View file

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