mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 03:33:08 +00:00
update NEWS endpoint
This commit is contained in:
parent
0259eeacbe
commit
0dfae68830
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class MyPlexAccount(PlexObject):
|
|||
# Hub sections
|
||||
VOD = 'https://vod.provider.plex.tv/hubs/' # get
|
||||
WEBSHOWS = 'https://webshows.provider.plex.tv/hubs/' # get
|
||||
NEWS = 'https://news.provider.plex.tv/hubs/' # get
|
||||
NEWS = 'https://news.provider.plex.tv/hubs/sections/all' # get
|
||||
PODCASTS = 'https://podcasts.provider.plex.tv/hubs/' # get
|
||||
MUSIC = 'https://music.provider.plex.tv/hubs/' # get
|
||||
# Key may someday switch to the following url. For now the current value works.
|
||||
|
|
Loading…
Reference in a new issue