This commit is contained in:
jxxghp 2023-08-12 18:26:12 +08:00
parent 61af9edd95
commit bfc72be90d

View File

@ -294,7 +294,7 @@ class Plex(metaclass=Singleton):
if not self._plex: if not self._plex:
yield {} yield {}
try: try:
section = self._plex.library.sectionByID(parent) section = self._plex.library.sectionByID(int(parent))
if section: if section:
for item in section.all(): for item in section.all():
if not item: if not item: