Fix watched notification trigger description

Fixes #2104
This commit is contained in:
JonnyWong16 2023-08-23 22:04:27 -07:00
parent 7266a60343
commit 9f00f5dafa
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -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',