This commit is contained in:
JonnyWong16 2017-01-15 11:49:27 -08:00
parent 01ec812e1c
commit 285599cf90

View file

@ -183,7 +183,7 @@ def available_notification_actions():
}, },
{'label': 'Playback Pause', {'label': 'Playback Pause',
'name': 'on_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})', 'subject': 'PlexPy ({server_name})',
'body': '{user} ({player}) has paused {title}.', 'body': '{user} ({player}) has paused {title}.',
'icon': 'fa-pause', 'icon': 'fa-pause',