From a93eeba160da2bdc2ac1cee02f12c5ae751a35ca Mon Sep 17 00:00:00 2001 From: Dr-Blank <64108942+Dr-Blank@users.noreply.github.com> Date: Sat, 10 Feb 2024 21:24:12 -0500 Subject: [PATCH] Fix class reference in fetchItems method --- plexapi/audio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexapi/audio.py b/plexapi/audio.py index bb45e33df..12782e27d 100644 --- a/plexapi/audio.py +++ b/plexapi/audio.py @@ -159,7 +159,7 @@ def sonicallySimilar( return self.fetchItems( key, - cls=self.__class__, + cls=type(self), **kwargs, )