fix #113
This commit is contained in:
parent
6e182df3ff
commit
205e185caf
@ -154,7 +154,7 @@ class Plex(metaclass=Singleton):
|
||||
if not self._plex:
|
||||
return {}
|
||||
if item_id:
|
||||
videos = self._plex.library.sectionByID(item_id).all()
|
||||
videos = self._plex.fetchItem(item_id)
|
||||
else:
|
||||
videos = self._plex.library.search(title=title, year=year, libtype="show")
|
||||
if not videos:
|
||||
|
Loading…
x
Reference in New Issue
Block a user