From d536a10d207735f770e2b9cc7c82178802802696 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 6 May 2017 23:26:42 -0700 Subject: [PATCH] Fix notification parameters category names --- plexpy/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plexpy/common.py b/plexpy/common.py index e8733334..2b4adb37 100644 --- a/plexpy/common.py +++ b/plexpy/common.py @@ -356,7 +356,7 @@ NOTIFICATION_PARAMETERS = [ ] }, { - 'category': 'Source Metadata Details', + 'category': 'Plex Update Available', 'parameters': [ {'name': 'Update Version', 'type': 'int', 'value': 'update_version', 'description': 'The available update version for your Plex Server.', 'example': '', 'help_text': ''}, {'name': 'Update Url', 'type': 'int', 'value': 'update_url', 'description': 'The download URL for the available update.', 'example': '', 'help_text': ''}, @@ -372,7 +372,7 @@ NOTIFICATION_PARAMETERS = [ ] }, { - 'category': 'Source Metadata Details', + 'category': 'PlexPy Update Available', 'parameters': [ {'name': 'Plexpy Update Version', 'type': 'int', 'value': 'plexpy_update_version', 'description': 'The available update version for PlexPy.', 'example': '', 'help_text': ''}, {'name': 'Plexpy Update Tar', 'type': 'int', 'value': 'plexpy_update_tar', 'description': 'The tar download URL for the available update.', 'example': '', 'help_text': ''},