parent
a4bd3e469f
commit
fcb580a62a
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ class DownloadGen(object):
|
||||||
'sort': 'id', # Entries are sorted by plex_id
|
'sort': 'id', # Entries are sorted by plex_id
|
||||||
'excludeAllLeaves': 1 # PMS wont attach a first summary child
|
'excludeAllLeaves': 1 # PMS wont attach a first summary child
|
||||||
})
|
})
|
||||||
|
LOG.debug('DownloadGen url: %s, args: %s', self._url, self._args)
|
||||||
self.xml = DU().downloadUrl(self._url, parameters=self._args)
|
self.xml = DU().downloadUrl(self._url, parameters=self._args)
|
||||||
try:
|
try:
|
||||||
self.xml.attrib
|
self.xml.attrib
|
||||||
|
|
Loading…
Reference in a new issue