mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
parent
a8e8679fb5
commit
17daa1be72
1 changed files with 1 additions and 1 deletions
|
@ -496,7 +496,7 @@ class PlexServer(PlexObject):
|
|||
"""
|
||||
|
||||
backgroundProcessing = self.fetchItem('/playlists?type=42')
|
||||
return self.fetchItems('%s/items/%s/items' % (backgroundProcessing.key, optimizedID))
|
||||
return self.fetchItem('%s/items/%s/items' % (backgroundProcessing.key, optimizedID))
|
||||
|
||||
def conversions(self, pause=None):
|
||||
""" Returns list of all :class:`~plexapi.media.Conversion` objects connected to server. """
|
||||
|
|
Loading…
Reference in a new issue