Skip to content

Commit cfce82a

Browse files
authored
Fix class reference in fetchItems method (#1362)
1 parent 4b67b4d commit cfce82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/audio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def sonicallySimilar(
159159

160160
return self.fetchItems(
161161
key,
162-
cls=self.__class__,
162+
cls=type(self),
163163
**kwargs,
164164
)
165165

0 commit comments

Comments
 (0)