From ab157d1c0e5f4bd0dd0422c27112fa27ea8938d2 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 8 Feb 2018 12:21:21 -0800 Subject: [PATCH] Fix default text on Tautulli update notification --- plexpy/notifiers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 69137af3..38d3a491 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -321,7 +321,7 @@ def available_notification_actions(): 'name': 'on_plexpyupdate', 'description': 'Trigger a notification when an update for the Tautulli is available.', 'subject': 'Tautulli ({server_name})', - 'body': 'An update is available for Tautulli (version {plexpy_update_version}).', + 'body': 'An update is available for Tautulli (version {tautulli_update_version}).', 'icon': 'fa-refresh', 'media_types': ('server',) }