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