fix #88
This commit is contained in:
parent
61af9edd95
commit
bfc72be90d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user