diff --git a/app/modules/plex/plex.py b/app/modules/plex/plex.py index 380247a9..2a3eafa1 100644 --- a/app/modules/plex/plex.py +++ b/app/modules/plex/plex.py @@ -294,7 +294,7 @@ class Plex(metaclass=Singleton): if not self._plex: yield {} try: - section = self._plex.library.sectionByID(parent) + section = self._plex.library.sectionByID(int(parent)) if section: for item in section.all(): if not item: