Fix class reference in fetchItems method (#1362)

This commit is contained in:
Dr.Blank 2024-02-17 17:41:53 -05:00 committed by GitHub
parent 4b67b4db5c
commit cfce82af34
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -159,7 +159,7 @@ class Audio(PlexPartialObject, PlayedUnplayedMixin):
return self.fetchItems(
key,
cls=self.__class__,
cls=type(self),
**kwargs,
)