From 7244b15821139bd4b91233d1d85faa62e4c4cbcb Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 2 Mar 2017 18:06:25 -0800 Subject: [PATCH] Fix link to Plex Web 3.0 in notifications --- plexpy/notification_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notification_handler.py b/plexpy/notification_handler.py index d3ce24b5..418bac65 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -334,7 +334,7 @@ def build_media_notify_params(notify_action=None, session=None, timeline=None, * remaining_duration = duration - view_offset # Build Plex URL - metadata['plex_url'] = 'https://app.plex.tv/web/app#!/server/{0}/details/%2Flibrary%2Fmetadata%2F{1}'.format( + metadata['plex_url'] = 'https://app.plex.tv/web/app#!/server/{0}/details?key=%2Flibrary%2Fmetadata%2F{1}'.format( plexpy.CONFIG.PMS_IDENTIFIER, str(rating_key)) # Get media IDs from guid and build URLs