mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Fix link to Plex Web 3.0 in notifications
This commit is contained in:
parent
45a1c119ac
commit
7244b15821
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue