Change server continue watching endpoint (#1169)

This commit is contained in:
JonnyWong16 2023-07-27 13:52:08 -07:00 committed by GitHub
parent 03958fdc0b
commit d94b6efc41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. """