mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Add recently added XML shortcut
This commit is contained in:
parent
5736e12bc3
commit
427201a4ce
2 changed files with 6 additions and 2 deletions
|
@ -278,7 +278,7 @@ class WebInterface(object):
|
|||
def return_plex_xml_url(self, endpoint='', plextv=False, **kwargs):
|
||||
kwargs['X-Plex-Token'] = plexpy.CONFIG.PMS_TOKEN
|
||||
|
||||
if plextv:
|
||||
if plextv == 'true':
|
||||
base_url = 'https://plex.tv'
|
||||
else:
|
||||
if plexpy.CONFIG.PMS_URL_OVERRIDE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue