mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-21 19:23:05 +00:00
Change server continue watching endpoint (#1169)
This commit is contained in:
parent
03958fdc0b
commit
d94b6efc41
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,7 @@ class PlexServer(PlexObject):
|
|||
|
||||
def continueWatching(self):
|
||||
""" Return a list of all items in the Continue Watching hub. """
|
||||
return self.fetchItems('/hubs/home/continueWatching')
|
||||
return self.fetchItems('/hubs/continueWatching/items')
|
||||
|
||||
def sessions(self):
|
||||
""" Returns a list of all active session (currently playing) media objects. """
|
||||
|
|
Loading…
Reference in a new issue