mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Fix typo
This commit is contained in:
parent
01ec812e1c
commit
285599cf90
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ def available_notification_actions():
|
|||
},
|
||||
{'label': 'Playback Pause',
|
||||
'name': 'on_pause',
|
||||
'description': 'Trigger a notification when a stream is puased.',
|
||||
'description': 'Trigger a notification when a stream is paused.',
|
||||
'subject': 'PlexPy ({server_name})',
|
||||
'body': '{user} ({player}) has paused {title}.',
|
||||
'icon': 'fa-pause',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue