mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-10 06:04:15 +00:00
Fix class reference in fetchItems method (#1362)
This commit is contained in:
parent
4b67b4db5c
commit
cfce82af34
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class Audio(PlexPartialObject, PlayedUnplayedMixin):
|
|||
|
||||
return self.fetchItems(
|
||||
key,
|
||||
cls=self.__class__,
|
||||
cls=type(self),
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue