MCPcopy
hub / github.com/iBaa/PlexConnect / getXMLFromPMSToQueue

Function getXMLFromPMSToQueue

PlexAPI.py:483–485  ·  view source on GitHub ↗
(PMS, queue)

Source from the content-addressed store, hash-verified

481
482
483def getXMLFromPMSToQueue(PMS, queue):
484 XML = getXMLFromPMS(PMS['baseURL'],PMS['path'],PMS['options'],PMS['token'])
485 queue.put( (PMS['data'], XML) )
486
487
488

Callers

nothing calls this directly

Calls 1

getXMLFromPMSFunction · 0.85

Tested by

no test coverage detected