Skip to content

Commit 0dfae68

Browse files
committed
update NEWS endpoint
1 parent 0259eea commit 0dfae68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/myplex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class MyPlexAccount(PlexObject):
7676
# Hub sections
7777
VOD = 'https://vod.provider.plex.tv/hubs/' # get
7878
WEBSHOWS = 'https://webshows.provider.plex.tv/hubs/' # get
79-
NEWS = 'https://news.provider.plex.tv/hubs/' # get
79+
NEWS = 'https://news.provider.plex.tv/hubs/sections/all' # get
8080
PODCASTS = 'https://podcasts.provider.plex.tv/hubs/' # get
8181
MUSIC = 'https://music.provider.plex.tv/hubs/' # get
8282
# Key may someday switch to the following url. For now the current value works.

0 commit comments

Comments
 (0)