Skip to content

Commit

Permalink
Fix class reference in fetchItems method (#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank authored Feb 17, 2024
1 parent 4b67b4d commit cfce82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plexapi/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def sonicallySimilar(

return self.fetchItems(
key,
cls=self.__class__,
cls=type(self),
**kwargs,
)

Expand Down

0 comments on commit cfce82a

Please sign in to comment.