Add test Plex Web URL button

This commit is contained in:
JonnyWong16 2017-12-29 10:47:31 -08:00
parent 243eeeff67
commit 66d45293e6
3 changed files with 53 additions and 29 deletions

View file

@ -504,7 +504,7 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, m
# Build Plex URL
metadata['plex_url'] = '{web_url}#!/server/{pms_identifier}/details?key=%2Flibrary%2Fmetadata%2F{rating_key}'.format(
web_url=plexpy.CONFIG.PMS_WEB_URL or 'https://app.plex.tv/desktop',
web_url=plexpy.CONFIG.PMS_WEB_URL,
pms_identifier=plexpy.CONFIG.PMS_IDENTIFIER,
rating_key=rating_key)