From 8a556a50abb002c0819f5c8c47fb7661d98e7e72 Mon Sep 17 00:00:00 2001 From: Joshua Dehler Date: Fri, 8 Sep 2017 20:13:45 +0200 Subject: [PATCH] Fix web 3.20.5 urls --- 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 1f38c7ee..07fe8364 100644 --- a/plexpy/notification_handler.py +++ b/plexpy/notification_handler.py @@ -666,7 +666,7 @@ def build_notify_text(session=None, timeline=None, notify_action=None, agent_id= remaining_duration = duration - view_offset # Build Plex URL - metadata['plex_url'] = 'https://app.plex.tv/web/app#!/server/{0}/details?key=%2Flibrary%2Fmetadata%2F{1}'.format( + metadata['plex_url'] = 'https://app.plex.tv/desktop#!/server/{0}/details?key=%2Flibrary%2Fmetadata%2F{1}'.format( plexpy.CONFIG.PMS_IDENTIFIER, str(rating_key)) # Get media IDs from guid and build URLs