We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a1b6e commit 3ca655bCopy full SHA for 3ca655b
plexapi/myplex.py
@@ -636,7 +636,7 @@ def webShows(self):
636
def news(self):
637
""" Returns a list of News Hub items :class:`~plexapi.library.Hub`
638
"""
639
- req = requests.get(self.NEWS + 'hubs/', headers={'X-Plex-Token':self._token})
+ req = requests.get(self.NEWS + 'hubs/sections/all', headers={'X-Plex-Token':self._token})
640
elem = ElementTree.fromstring(req.text)
641
return self.findItems(elem)
642
0 commit comments