Remove obsolete code
This commit is contained in:
parent
e5c723d14f
commit
fff791e3d1
1 changed files with 0 additions and 7 deletions
|
@ -492,13 +492,6 @@ def GetPlexMetadata(key):
|
|||
return xml
|
||||
|
||||
|
||||
def plex_children_generator(key):
|
||||
"""
|
||||
"""
|
||||
for entry in download_generator('{server}/library/metadata/%s/children' % key):
|
||||
yield entry
|
||||
|
||||
|
||||
def GetAllPlexChildren(key):
|
||||
"""
|
||||
Returns a list (raw xml API dump) of all Plex children for the key.
|
||||
|
|
Loading…
Reference in a new issue