Skip to content

Commit

Permalink
Update plexapi/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dr.Blank <[email protected]>
  • Loading branch information
zhu0823 and Dr-Blank authored Apr 16, 2024
1 parent 769239e commit 339061b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions plexapi/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,14 +170,16 @@ def _manuallyLoadXML(self, xml, cls=None):
elem = ElementTree.fromstring(xml)
return self._buildItemOrNone(elem, cls)

def fetchItems(self,
ekey,
cls=None,
container_start=None,
container_size=None,
maxresults=None,
params=None,
**kwargs):
def fetchItems(
self,
ekey,
cls=None,
container_start=None,
container_size=None,
maxresults=None,
params=None,
**kwargs,
):
""" Load the specified key to find and build all items with the specified tag
and attrs.
Expand Down

0 comments on commit 339061b

Please sign in to comment.