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 0259eea commit 0dfae68Copy full SHA for 0dfae68
plexapi/myplex.py
@@ -76,7 +76,7 @@ class MyPlexAccount(PlexObject):
76
# Hub sections
77
VOD = 'https://vod.provider.plex.tv/hubs/' # get
78
WEBSHOWS = 'https://webshows.provider.plex.tv/hubs/' # get
79
- NEWS = 'https://news.provider.plex.tv/hubs/' # get
+ NEWS = 'https://news.provider.plex.tv/hubs/sections/all' # get
80
PODCASTS = 'https://podcasts.provider.plex.tv/hubs/' # get
81
MUSIC = 'https://music.provider.plex.tv/hubs/' # get
82
# Key may someday switch to the following url. For now the current value works.
0 commit comments