From 9f00f5dafa26c594d64f36a55e4ba8df8294fce7 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Wed, 23 Aug 2023 22:04:27 -0700 Subject: [PATCH] Fix watched notification trigger description Fixes #2104 --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 2611aaea..ec8ad5b9 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -366,7 +366,7 @@ def available_notification_actions(agent_id=None): }, {'label': 'Watched', 'name': 'on_watched', - 'description': 'Trigger a notification when a video stream reaches the specified watch percentage.', + 'description': 'Trigger a notification when a stream reaches the specified watched or listened threshold.', 'subject': 'Tautulli ({server_name})', 'body': '{user} ({player}) has watched {title}.', 'icon': 'fa-eye',