From 285599cf90d1816a3a7d2d6e0f4b09e34d9b7e12 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 15 Jan 2017 11:49:27 -0800 Subject: [PATCH] Fix typo --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 5053724f..f8dc2fcc 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -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',